public class XSIdentityConstraintImpl extends XSOpenAttrsImpl implements XSIdentityConstraint
Modifier | Constructor and Description |
---|---|
protected |
XSIdentityConstraintImpl(XSElement pParent,
XsEKey key) |
protected |
XSIdentityConstraintImpl(XSElement pParent,
XsEUnique unique) |
Modifier and Type | Method and Description |
---|---|
XSAnnotation[] |
getAnnotations()
Returns the array of annotations.
|
XSElementOrAttrRef[][] |
getMatchCriteria()
Returns an array of references to element and attributes.
|
java.lang.String |
getName()
Returns the name of this constraint.
|
boolean |
isUnique()
Return true if every element of the key is required when matching a
node.
|
void |
validate()
Validates the objects internal state.
|
getOpenAttributes
getLocator, getParentObject, getXsObject, getXSSchema, isTopLevelObject, validateAllIn
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOpenAttributes
getLocator, getParentObject, getXSSchema, isTopLevelObject
protected XSIdentityConstraintImpl(XSElement pParent, XsEKey key) throws org.xml.sax.SAXException
org.xml.sax.SAXException
public XSAnnotation[] getAnnotations()
XSIdentityConstraint
getAnnotations
in interface XSIdentityConstraint
public java.lang.String getName()
XSIdentityConstraint
getName
in interface XSIdentityConstraint
getName()
public boolean isUnique()
XSIdentityConstraint
isUnique
in interface XSIdentityConstraint
isUnique
public XSElementOrAttrRef[][] getMatchCriteria()
XSIdentityConstraint
The result is a two dimensional array, the first dimension corresponds to each xs:field used to declare the constraint. The second dimension is for each 'or' used within the fields xpath query.
Only tags and attributes that were matched by the xpath will be in the result, any xpath that fails to match anything will not be stored in this array.
getMatchCriteria
in interface XSIdentityConstraint
getMatchCriteria()
public void validate() throws org.xml.sax.SAXException
XSObject
Validates the objects internal state.
validate
in interface XSObject
validate
in class XSObjectImpl
org.xml.sax.SAXException