org.apache.xerces.impl.xs
Class XSValidatorHelper.KeyRefValueStore

java.lang.Object
  extended byorg.apache.xerces.impl.xs.XSValidatorHelper.ValueStoreBase
      extended byorg.apache.xerces.impl.xs.XSValidatorHelper.KeyRefValueStore
All Implemented Interfaces:
ValueStore
Enclosing class:
XSValidatorHelper

protected class XSValidatorHelper.KeyRefValueStore
extends XSValidatorHelper.ValueStoreBase

Key reference value store.


Field Summary
protected  XSValidatorHelper.ValueStoreBase fKeyValueStore
          Key value store.
 
Fields inherited from class org.apache.xerces.impl.xs.XSValidatorHelper.ValueStoreBase
fElementName, fFieldCount, fFields, fIdentityConstraint, fItemValueTypes, fLocalItemValueTypes, fLocalValues, fLocalValueTypes, fValues, fValuesCount, fValueTypes
 
Constructor Summary
XSValidatorHelper.KeyRefValueStore(KeyRef keyRef, XSValidatorHelper.KeyValueStore keyValueStore, java.lang.String elementName)
          Constructs a key value store.
 
Method Summary
 void endDocument()
          End document.
 void endDocumentFragment()
           
 
Methods inherited from class org.apache.xerces.impl.xs.XSValidatorHelper.ValueStoreBase
addValue, append, checkDuplicateValues, clear, contains, contains, endValueScope, getElementName, reportError, setElementName, startValueScope, toString, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fKeyValueStore

protected XSValidatorHelper.ValueStoreBase fKeyValueStore
Key value store.

Constructor Detail

XSValidatorHelper.KeyRefValueStore

public XSValidatorHelper.KeyRefValueStore(KeyRef keyRef,
                                          XSValidatorHelper.KeyValueStore keyValueStore,
                                          java.lang.String elementName)
Constructs a key value store.

Method Detail

endDocumentFragment

public void endDocumentFragment()
Overrides:
endDocumentFragment in class XSValidatorHelper.ValueStoreBase

endDocument

public void endDocument()
End document.

Overrides:
endDocument in class XSValidatorHelper.ValueStoreBase


Copyright © 1999-2018 The Apache Software Foundation. All Rights Reserved.