public class

UniqueOrKey

extends IdentityConstraint
java.lang.Object
   ↳ org.apache.xerces.impl.xs.identity.IdentityConstraint
     ↳ org.apache.xerces.impl.xs.identity.UniqueOrKey

Class Overview

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.

Summary

[Expand]
Inherited Constants
From interface org.apache.xerces.xs.XSIDCDefinition
[Expand]
Inherited Fields
From class org.apache.xerces.impl.xs.identity.IdentityConstraint
Public Constructors
UniqueOrKey(String namespace, String identityConstraintName, String elemName, short type)
Constructs a unique or a key identity constraint.
[Expand]
Inherited Methods
From class org.apache.xerces.impl.xs.identity.IdentityConstraint
From class java.lang.Object
From interface org.apache.xerces.xs.XSIDCDefinition
From interface org.apache.xerces.xs.XSObject

Public Constructors

public UniqueOrKey (String namespace, String identityConstraintName, String elemName, short type)

Constructs a unique or a key identity constraint.