Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity.IdentityConstraint
-
Packages that use IdentityConstraint Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity -
-
Uses of IdentityConstraint in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as IdentityConstraint Modifier and Type Field Description IdentityConstraintXMLSchemaValidator.LocalIDKey. fIdprotected IdentityConstraintXMLSchemaValidator.ValueStoreBase. fIdentityConstraintIdentity constraint.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return IdentityConstraint Modifier and Type Method Description IdentityConstraintSchemaGrammar. getIDConstraintDecl(String declName)get one identity constraintIdentityConstraintSchemaGrammar. getIDConstraintDecl(String declName, String location)IdentityConstraint[]XSElementDecl. getIDConstraints()Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type IdentityConstraint Modifier and Type Method Description voidXSElementDecl. addIDConstraint(IdentityConstraint idc)voidSchemaGrammar. addIDConstraintDecl(XSElementDecl elmDecl, IdentityConstraint decl)register one identity constraintvoidSchemaGrammar. addIDConstraintDecl(XSElementDecl elmDecl, IdentityConstraint decl, String location)voidXMLSchemaValidator. endValueScopeFor(IdentityConstraint identityConstraint, int initialDepth)Ends the value scope for the specified identity constraint.XMLSchemaValidator.ValueStoreBaseXMLSchemaValidator.ValueStoreCache. getGlobalValueStoreFor(IdentityConstraint id)Returns the global value store associated to the specified IdentityConstraint.XMLSchemaValidator.ValueStoreBaseXMLSchemaValidator.ValueStoreCache. getValueStoreFor(IdentityConstraint id, int initialDepth)Returns the value store associated to the specified IdentityConstraint.voidXMLSchemaValidator. startValueScopeFor(IdentityConstraint identityConstraint, int initialDepth)Start the value scope for the specified identity constraint.voidXMLSchemaValidator.ValueStoreCache. transplant(IdentityConstraint id, int initialDepth)Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type IdentityConstraint Constructor Description LocalIDKey(IdentityConstraint id, int depth)ValueStoreBase(IdentityConstraint identityConstraint)Constructs a value store for the specified identity constraint. -
Uses of IdentityConstraint in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity
Subclasses of IdentityConstraint in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity Modifier and Type Class Description classKeyRefSchema key reference identity constraint.classUniqueOrKeySchema unique or key identity constraint.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity declared as IdentityConstraint Modifier and Type Field Description protected IdentityConstraintSelector. fIDConstraintprotected IdentityConstraintField. fIdentityConstraintIdentity constraint.protected IdentityConstraintSelector. fIdentityConstraintIdentity constraint.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity that return IdentityConstraint Modifier and Type Method Description IdentityConstraintSelector. getIDConstraint()Returns the identity constraint.IdentityConstraintField. getIdentityConstraint()Returns the identity constraint.IdentityConstraintSelector.Matcher. getIdentityConstraint()Returns the identity constraint.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity with parameters of type IdentityConstraint Modifier and Type Method Description voidFieldActivator. endValueScopeFor(IdentityConstraint identityConstraint, int initialDepth)Ends the value scope for the specified identity constraint.booleanIdentityConstraint. equals(IdentityConstraint id)voidFieldActivator. startValueScopeFor(IdentityConstraint identityConstraint, int initialDepth)Start the value scope for the specified identity constraint.Constructors in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.identity with parameters of type IdentityConstraint Constructor Description Field(Field.XPath xpath, IdentityConstraint identityConstraint)Constructs a field.Selector(Selector.XPath xpath, IdentityConstraint identityConstraint)Constructs a selector.
-