| org.apache.xerces.xs.XSIDCDefinition
All known Subclasses: org.apache.xerces.impl.xs.identity.IdentityConstraint,
XSIDCDefinition | public interface XSIDCDefinition extends XSObject(Code) | | This interface represents the Identity-constraint Definition schema
component.
|
Field Summary | |
final public static short | IC_KEY See the definition of key in the identity-constraint
category. | final public static short | IC_KEYREF See the definition of keyref in the identity-constraint
category. | final public static short | IC_UNIQUE See the definition of unique in the identity-constraint
category. |
IC_KEY | final public static short IC_KEY(Code) | | See the definition of key in the identity-constraint
category.
|
IC_KEYREF | final public static short IC_KEYREF(Code) | | See the definition of keyref in the identity-constraint
category.
|
IC_UNIQUE | final public static short IC_UNIQUE(Code) | | See the definition of unique in the identity-constraint
category.
|
getAnnotations | public XSObjectList getAnnotations()(Code) | | A sequence of [annotations] or an empty XSObjectList .
|
getCategory | public short getCategory()(Code) | | [identity-constraint category]: one of key, keyref or unique.
|
getFieldStrs | public StringList getFieldStrs()(Code) | | [fields]: a non-empty list of restricted XPath 1.0 expressions.
|
getRefKey | public XSIDCDefinition getRefKey()(Code) | | [referenced key]: required if [identity-constraint category] is keyref,
null otherwise. An identity-constraint definition with [
identity-constraint category] equal to key or unique.
|
getSelectorStr | public String getSelectorStr()(Code) | | [selector]: a restricted XPath 1.0 expression.
|
|
|