Uses of Class
org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase

Packages that use XMLSchemaValidator.ValueStoreBase
org.apache.xerces.impl.xs   
 

Uses of XMLSchemaValidator.ValueStoreBase in org.apache.xerces.impl.xs
 

Subclasses of XMLSchemaValidator.ValueStoreBase in org.apache.xerces.impl.xs
protected  class XMLSchemaValidator.KeyRefValueStore
          Key reference value store.
protected  class XMLSchemaValidator.KeyValueStore
          Key value store.
protected  class XMLSchemaValidator.UniqueValueStore
          Unique value store.
 

Fields in org.apache.xerces.impl.xs declared as XMLSchemaValidator.ValueStoreBase
protected  XMLSchemaValidator.ValueStoreBase XMLSchemaValidator.KeyRefValueStore.fKeyValueStore
          Key value store.
 

Methods in org.apache.xerces.impl.xs that return XMLSchemaValidator.ValueStoreBase
 XMLSchemaValidator.ValueStoreBase XMLSchemaValidator.ValueStoreCache.getGlobalValueStoreFor(IdentityConstraint id)
          Returns the global value store associated to the specified IdentityConstraint.
 XMLSchemaValidator.ValueStoreBase XMLSchemaValidator.ValueStoreCache.getValueStoreFor(IdentityConstraint id, int initialDepth)
          Returns the value store associated to the specified IdentityConstraint.
 

Methods in org.apache.xerces.impl.xs with parameters of type XMLSchemaValidator.ValueStoreBase
 void XMLSchemaValidator.ValueStoreBase.append(XMLSchemaValidator.ValueStoreBase newVal)
           
 int XMLSchemaValidator.ValueStoreBase.contains(XMLSchemaValidator.ValueStoreBase vsb)
          Returns -1 if this value store contains the specified values, otherwise the index of the first field in the key sequence.
 



Copyright © 2011. All Rights Reserved.