Uses of Class
org.enhydra.apache.xerces.validators.schema.identity.IDValue

Packages that use IDValue
org.enhydra.apache.xerces.validators.common   
org.enhydra.apache.xerces.validators.schema.identity   
 

Uses of IDValue in org.enhydra.apache.xerces.validators.common
 

Fields in org.enhydra.apache.xerces.validators.common declared as IDValue
protected  IDValue XMLValidator.ValueStoreBase.NOT_AN_IDVALUE
          Not a value (Unicode: #FFFF).
 IDValue XMLValidator.OrderedHashtable.Entry.value
          Value.
 

Methods in org.enhydra.apache.xerces.validators.common that return IDValue
 IDValue XMLValidator.OrderedHashtable.get(Field key)
          Returns the value associated to the specified key.
 IDValue XMLValidator.OrderedHashtable.valueAt(int index)
          Returns the value at the specified index.
 

Methods in org.enhydra.apache.xerces.validators.common with parameters of type IDValue
 void XMLValidator.ValueStoreBase.addValue(Field field, IDValue value)
          Adds the specified value to the value store.
 void XMLValidator.OrderedHashtable.put(Field key, IDValue value)
          Puts an entry into the hashtable.
 

Uses of IDValue in org.enhydra.apache.xerces.validators.schema.identity
 

Methods in org.enhydra.apache.xerces.validators.schema.identity with parameters of type IDValue
 void ValueStore.addValue(Field field, IDValue value)
          Adds the specified value to the value store.
 boolean IDValue.isDuplicateOf(IDValue value)
          Returns whether the supplied IDValue is a duplicate of this IDValue.
 



Copyright © 1999 The Apache Software Foundation. All Rights reserved.