Uses of Class
org.apache.xerces.validators.common.XMLValidator.ValueStoreBase

Packages that use XMLValidator.ValueStoreBase
org.apache.xerces.validators.common   
 

Uses of XMLValidator.ValueStoreBase in org.apache.xerces.validators.common
 

Subclasses of XMLValidator.ValueStoreBase in org.apache.xerces.validators.common
protected  class XMLValidator.KeyRefValueStore
          Key reference value store.
protected  class XMLValidator.KeyValueStore
          Key value store.
protected  class XMLValidator.UniqueValueStore
          Unique value store.
 

Fields in org.apache.xerces.validators.common declared as XMLValidator.ValueStoreBase
protected  XMLValidator.ValueStoreBase XMLValidator.KeyRefValueStore.fKeyValueStore
          Key value store.
 

Methods in org.apache.xerces.validators.common that return XMLValidator.ValueStoreBase
 XMLValidator.ValueStoreBase XMLValidator.ValueStoreCache.getValueStoreFor(Field field)
          Returns the value store associated to the specified field.
 XMLValidator.ValueStoreBase XMLValidator.ValueStoreCache.getValueStoreFor(IdentityConstraint id)
          Returns the value store associated to the specified IdentityConstraint.
 XMLValidator.ValueStoreBase XMLValidator.ValueStoreCache.getGlobalValueStoreFor(IdentityConstraint id)
          Returns the global value store associated to the specified IdentityConstraint.
 

Methods in org.apache.xerces.validators.common with parameters of type XMLValidator.ValueStoreBase
 void XMLValidator.ValueStoreBase.append(XMLValidator.ValueStoreBase newVal)
           
 



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.