Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSIDCDefinition
-
-
Uses of XSIDCDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XSIDCDefinition Modifier and Type Method Description XSIDCDefinition
SchemaGrammar. getIDCDefinition(String name)
XSIDCDefinition
XSModelImpl. getIDCDefinition(String name, String namespace)
Convenience method.XSIDCDefinition
XSModelImpl. getIDCDefinition(String name, String namespace, String loc)
Convenience method. -
Uses of XSIDCDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity that implement XSIDCDefinition Modifier and Type Class Description class
IdentityConstraint
Base class of Schema identity constraint.class
KeyRef
Schema key reference identity constraint.class
UniqueOrKey
Schema unique or key identity constraint.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity that return XSIDCDefinition Modifier and Type Method Description XSIDCDefinition
IdentityConstraint. getRefKey()
{referenced key} Required if {identity-constraint category} is keyref, forbidden otherwise.XSIDCDefinition
KeyRef. getRefKey()
{referenced key} Required if {identity-constraint category} is keyref, forbidden otherwise. -
Uses of XSIDCDefinition in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs that return XSIDCDefinition Modifier and Type Method Description XSIDCDefinition
XSModel. getIDCDefinition(String name, String namespace)
Convenience method.XSIDCDefinition
XSNamespaceItem. getIDCDefinition(String name)
Convenience method.XSIDCDefinition
XSIDCDefinition. getRefKey()
[referenced key]: required if [identity-constraint category] is keyref,null
otherwise.
-