Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
-
Packages that use XMLSchemaValidator.ValueStoreBase Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs -
-
Uses of XMLSchemaValidator.ValueStoreBase in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Subclasses of XMLSchemaValidator.ValueStoreBase in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs Modifier and Type Class Description protected classXMLSchemaValidator.KeyRefValueStoreKey reference value store.protected classXMLSchemaValidator.KeyValueStoreKey value store.protected classXMLSchemaValidator.UniqueValueStoreUnique value store.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as XMLSchemaValidator.ValueStoreBase Modifier and Type Field Description protected XMLSchemaValidator.ValueStoreBaseXMLSchemaValidator.KeyRefValueStore. fKeyValueStoreKey value store.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XMLSchemaValidator.ValueStoreBase Modifier and Type Method Description XMLSchemaValidator.ValueStoreBaseXMLSchemaValidator.ValueStoreCache. getGlobalValueStoreFor(IdentityConstraint id)Returns the global value store associated to the specified IdentityConstraint.XMLSchemaValidator.ValueStoreBaseXMLSchemaValidator.ValueStoreCache. getValueStoreFor(IdentityConstraint id, int initialDepth)Returns the value store associated to the specified IdentityConstraint.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XMLSchemaValidator.ValueStoreBase Modifier and Type Method Description voidXMLSchemaValidator.ValueStoreBase. append(XMLSchemaValidator.ValueStoreBase newVal)intXMLSchemaValidator.ValueStoreBase. contains(XMLSchemaValidator.ValueStoreBase vsb)Returns -1 if this value store contains the specified values, otherwise the index of the first field in the key sequence.
-