org.enhydra.apache.xerces.validators.common
Class XMLValidator.KeyRefValueStore

java.lang.Object
  |
  +--org.enhydra.apache.xerces.validators.common.XMLValidator.ValueStoreBase
        |
        +--org.enhydra.apache.xerces.validators.common.XMLValidator.KeyRefValueStore
All Implemented Interfaces:
ValueStore
Enclosing class:
XMLValidator

protected class XMLValidator.KeyRefValueStore
extends XMLValidator.ValueStoreBase

Key reference value store.

Author:
Andy Clark, IBM

Field Summary
protected  XMLValidator.ValueStoreBase fKeyValueStore
          Key value store.
 
Fields inherited from class org.enhydra.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.enhydra.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

fKeyValueStore

protected XMLValidator.ValueStoreBase fKeyValueStore
Key value store.
Constructor Detail

XMLValidator.KeyRefValueStore

public XMLValidator.KeyRefValueStore(KeyRef keyRef,
                                     XMLValidator.KeyValueStore keyValueStore)
Constructs a key value store.
Method Detail

endDocumentFragment

public void endDocumentFragment()
                         throws Exception
Overrides:
endDocumentFragment in class XMLValidator.ValueStoreBase

endDocument

public void endDocument()
                 throws Exception
End document.
Overrides:
endDocument in class XMLValidator.ValueStoreBase


Copyright © 1999 The Apache Software Foundation. All Rights reserved.