Class UniqueOrKey

java.lang.Object
org.apache.xerces.impl.xs.identity.IdentityConstraint
org.apache.xerces.impl.xs.identity.UniqueOrKey
All Implemented Interfaces:
org.apache.xerces.xs.XSIDCDefinition, org.apache.xerces.xs.XSObject

public class UniqueOrKey extends IdentityConstraint
Schema unique or key identity constraint. These two kinds of identity constraint have been combined to save the creation of a separate Vector object for any element that has both. A short int is used to distinguish which this object is.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.
Version:
$Id: UniqueOrKey.java 446732 2006-09-15 20:47:34Z mrglavas $
Author:
Andy Clark, IBM
  • Constructor Details

    • UniqueOrKey

      public UniqueOrKey(String namespace, String identityConstraintName, String elemName, short type)
      Constructs a unique or a key identity constraint.