Uses of Interface
com.sun.xml.xsom.XSIdentityConstraint
-
Uses of XSIdentityConstraint in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSIdentityConstraintModifier and TypeMethodDescriptionXSSchema.getIdentityConstraint(String localName) Gets the identity constraint of the given name, or null if not found.XSSchemaSet.getIdentityConstraint(String namespaceURI, String localName) XSXPath.getParent()Returns theXSIdentityConstraintto which this XPath belongs to.XSIdentityConstraint.getReferencedKey()If this isKEYREF, returns the keyXSIdentityConstraintbeing referenced.Methods in com.sun.xml.xsom that return types with arguments of type XSIdentityConstraintModifier and TypeMethodDescriptionXSElementDecl.getIdentityConstraints()Returns all theXSIdentityConstraints in this element decl.XSSchema.getIdentityConstraints()Gets all theXSIdentityConstraints in this schema, keyed by their names.XSSchemaSet.iterateIdentityConstraints()Iterates all identity constraints in all the schemas.