BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xerces.validators.common
Class XMLValidator.KeyRefValueStore

java.lang.Object
  |
  +--weblogic.apache.xerces.validators.common.XMLValidator.ValueStoreBase
        |
        +--weblogic.apache.xerces.validators.common.XMLValidator.KeyRefValueStore

protected class XMLValidator.KeyRefValueStore
extends XMLValidator.ValueStoreBase

Key reference value store.

Author:
Andy Clark, IBM

Field Summary
protected  XMLValidator.KeyValueStore fKeyValueStore
          Key value store.
 
Fields inherited from class weblogic.apache.xerces.validators.common.XMLValidator.ValueStoreBase
fIdentityConstraint, fValues, fValuesCount, fValueTuples, NOT_A_VALUE
 
Constructor Summary
XMLValidator.KeyRefValueStore(KeyRef keyRef, XMLValidator.KeyValueStore keyValueStore)
          Constructs a key value store.
 
Method Summary
 void endDocument()
          End document.
 
Methods inherited from class weblogic.apache.xerces.validators.common.XMLValidator.ValueStoreBase
addValue, contains, duplicateValue, endValueScope, 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.KeyValueStore fKeyValueStore
Key value store.
Constructor Detail

XMLValidator.KeyRefValueStore

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

endDocument

public void endDocument()
                 throws java.lang.Exception
End document.

Overrides:
endDocument in class XMLValidator.ValueStoreBase

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.