|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.validators.common.XMLValidator.ValueStoreBase | +--org.apache.xerces.validators.common.XMLValidator.KeyRefValueStore
Key reference value store.
Field Summary | |
---|---|
protected XMLValidator.ValueStoreBase |
fKeyValueStore
Key value store. |
Fields inherited from class org.apache.xerces.validators.common.XMLValidator.ValueStoreBase |
---|
fIdentityConstraint, fValues, fValuesCount, fValueTuples, NOT_AN_IDVALUE |
Constructor Summary | |
---|---|
XMLValidator.KeyRefValueStore(KeyRef keyRef,
XMLValidator.KeyValueStore keyValueStore)
Constructs a key value store. |
Method Summary | |
---|---|
void |
endDocument()
End document. |
void |
endDocumentFragment()
|
Methods inherited from class org.apache.xerces.validators.common.XMLValidator.ValueStoreBase |
---|
addValue, append, contains, destroy, duplicateValue, endValueScope, reportNilError, startValueScope, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected XMLValidator.ValueStoreBase fKeyValueStore
Constructor Detail |
public XMLValidator.KeyRefValueStore(KeyRef keyRef, XMLValidator.KeyValueStore keyValueStore)
Method Detail |
public void endDocumentFragment() throws java.lang.Exception
endDocumentFragment
in class XMLValidator.ValueStoreBase
public void endDocument() throws java.lang.Exception
endDocument
in class XMLValidator.ValueStoreBase
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |