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

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

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

Fields in org.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.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.
 

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

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



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