Package org.apache.xerces.xs
Interface XSIDCDefinition
-
-
Field Summary
Fields Modifier and Type Field Description static shortIC_KEYSee the definition ofkeyin the identity-constraint category.static shortIC_KEYREFSee the definition ofkeyrefin the identity-constraint category.static shortIC_UNIQUESee the definition ofuniquein the identity-constraint category.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSObjectListgetAnnotations()A sequence of [annotations] or an emptyXSObjectList.shortgetCategory()[identity-constraint category]: one of key, keyref or unique.StringListgetFieldStrs()[fields]: a non-empty list of restricted XPath 1.0 expressions.XSIDCDefinitiongetRefKey()[referenced key]: required if [identity-constraint category] is keyref,nullotherwise.java.lang.StringgetSelectorStr()[selector]: a restricted XPath 1.0 expression.-
Methods inherited from interface org.apache.xerces.xs.XSObject
getName, getNamespace, getNamespaceItem, getType
-
-
-
-
Field Detail
-
IC_KEY
static final short IC_KEY
See the definition ofkeyin the identity-constraint category.- See Also:
- Constant Field Values
-
IC_KEYREF
static final short IC_KEYREF
See the definition ofkeyrefin the identity-constraint category.- See Also:
- Constant Field Values
-
IC_UNIQUE
static final short IC_UNIQUE
See the definition ofuniquein the identity-constraint category.- See Also:
- Constant Field Values
-
-
Method Detail
-
getCategory
short getCategory()
[identity-constraint category]: one of key, keyref or unique.
-
getSelectorStr
java.lang.String getSelectorStr()
[selector]: a restricted XPath 1.0 expression.
-
getFieldStrs
StringList getFieldStrs()
[fields]: a non-empty list of restricted XPath 1.0 expressions.
-
getRefKey
XSIDCDefinition getRefKey()
[referenced key]: required if [identity-constraint category] is keyref,nullotherwise. An identity-constraint definition with [ identity-constraint category] equal to key or unique.
-
getAnnotations
XSObjectList getAnnotations()
A sequence of [annotations] or an emptyXSObjectList.
-
-