org.apache.xerces.impl.xs.identity

Class 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.

Version: $Id: UniqueOrKey.java,v 1.5 2004/10/06 15:14:51 mrglavas Exp $

Author: Andy Clark, IBM

UNKNOWN:

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

Constructor Detail

UniqueOrKey

public UniqueOrKey(String namespace, String identityConstraintName, String elemName, short type)
Constructs a unique or a key identity constraint.
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.