Package org.apache.xerces.impl.xs
Class XMLSchemaValidator.KeyRefValueStore
java.lang.Object
org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
org.apache.xerces.impl.xs.XMLSchemaValidator.KeyRefValueStore
- All Implemented Interfaces:
ValueStore
- Enclosing class:
XMLSchemaValidator
Key reference value store.
- Author:
- Andy Clark, IBM
-
Field Summary
FieldsFields inherited from class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
fFieldCount, fFields, fHasValue, fIdentityConstraint, fItemValueTypes, fLocalItemValueTypes, fLocalValues, fLocalValueTypes, fValues, fValuesCount, fValueTypes
-
Constructor Summary
ConstructorsConstructorDescriptionKeyRefValueStore
(KeyRef keyRef, XMLSchemaValidator.KeyValueStore keyValueStore) Constructs a key value store. -
Method Summary
Methods inherited from class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
addValue, append, checkDuplicateValues, clear, contains, contains, endValueScope, reportError, startValueScope, toString, toString, toString
-
Field Details
-
fKeyValueStore
Key value store.
-
-
Constructor Details
-
KeyRefValueStore
Constructs a key value store.
-
-
Method Details
-
endDocumentFragment
public void endDocumentFragment()- Overrides:
endDocumentFragment
in classXMLSchemaValidator.ValueStoreBase
-
endDocument
public void endDocument()End document.- Overrides:
endDocument
in classXMLSchemaValidator.ValueStoreBase
-