BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xerces.validators.common
Class XMLValidator.UniqueValueStore

java.lang.Object
  |
  +--weblogic.apache.xerces.validators.common.XMLValidator.ValueStoreBase
        |
        +--weblogic.apache.xerces.validators.common.XMLValidator.UniqueValueStore

protected class XMLValidator.UniqueValueStore
extends XMLValidator.ValueStoreBase

Unique value store.

Author:
Andy Clark, IBM

Fields inherited from class weblogic.apache.xerces.validators.common.XMLValidator.ValueStoreBase
fIdentityConstraint, fValues, fValuesCount, fValueTuples, NOT_A_VALUE
 
Constructor Summary
XMLValidator.UniqueValueStore(Unique unique)
          Constructs a unique value store.
 
Method Summary
protected  void duplicateValue(weblogic.apache.xerces.validators.common.XMLValidator.OrderedHashtable tuple)
          Called when a duplicate value is added.
 
Methods inherited from class weblogic.apache.xerces.validators.common.XMLValidator.ValueStoreBase
addValue, contains, endDocument, endValueScope, startValueScope, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLValidator.UniqueValueStore

public XMLValidator.UniqueValueStore(Unique unique)
Constructs a unique value store.
Method Detail

duplicateValue

protected void duplicateValue(weblogic.apache.xerces.validators.common.XMLValidator.OrderedHashtable tuple)
                       throws java.lang.Exception
Called when a duplicate value is added.

Parameters:
tuple - The duplicate value tuple.
Overrides:
duplicateValue in class XMLValidator.ValueStoreBase

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.