FileDocCategorySizeDatePackage
UniqueOrKey.javaAPI DocApache Xerces 3.0.11742Fri Sep 14 20:33:54 BST 2007org.apache.xerces.impl.xs.identity

UniqueOrKey

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.
xerces.internal
author
Andy Clark, IBM
version
$Id: UniqueOrKey.java 446732 2006-09-15 20:47:34Z mrglavas $

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

        super(namespace, identityConstraintName, elemName);
        this.type = type;
    
Methods Summary