BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.apache.xerces.impl.xs
Class XMLSchemaValidator.KeyRefValueStore

java.lang.Object
  extended byweblogic.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
      extended byweblogic.apache.xerces.impl.xs.XMLSchemaValidator.KeyRefValueStore
All Implemented Interfaces:
weblogic.apache.xerces.impl.xs.identity.ValueStore
Enclosing class:
XMLSchemaValidator

protected class XMLSchemaValidator.KeyRefValueStore
extends XMLSchemaValidator.ValueStoreBase

Key reference value store.


Field Summary
protected  XMLSchemaValidator.ValueStoreBase fKeyValueStore
          Key value store.
 
Fields inherited from class weblogic.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
fIdentityConstraint, fValues, fValuesCount, fValueTuples, NOT_AN_IDVALUE
 
Constructor Summary
XMLSchemaValidator.KeyRefValueStore(weblogic.apache.xerces.impl.xs.identity.KeyRef keyRef, XMLSchemaValidator.KeyValueStore keyValueStore)
          Constructs a key value store.
 
Method Summary
 void endDocument()
          End document.
 void endDocumentFragment()
           
 
Methods inherited from class weblogic.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
addValue, append, clear, contains, duplicateValue, endValueScope, reportError, startValueScope, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fKeyValueStore

protected XMLSchemaValidator.ValueStoreBase fKeyValueStore
Key value store.

Constructor Detail

XMLSchemaValidator.KeyRefValueStore

public XMLSchemaValidator.KeyRefValueStore(weblogic.apache.xerces.impl.xs.identity.KeyRef keyRef,
                                           XMLSchemaValidator.KeyValueStore keyValueStore)
Constructs a key value store.

Method Detail

endDocument

public void endDocument()
                 throws XNIException
End document.

Overrides:
endDocument in class XMLSchemaValidator.ValueStoreBase
Throws:
XNIException

endDocumentFragment

public void endDocumentFragment()
                         throws XNIException
Overrides:
endDocumentFragment in class XMLSchemaValidator.ValueStoreBase
Throws:
XNIException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.