Uses of Interface
com.sun.xml.xsom.XSIdentityConstraint
-
-
Uses of XSIdentityConstraint in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSIdentityConstraint Modifier and Type Method Description XSIdentityConstraintXSSchema. getIdentityConstraint(java.lang.String localName)Gets the identity constraint of the given name, or null if not found.XSIdentityConstraintXSSchemaSet. getIdentityConstraint(java.lang.String namespaceURI, java.lang.String localName)XSIdentityConstraintXSXPath. getParent()Returns theXSIdentityConstraintto which this XPath belongs to.XSIdentityConstraintXSIdentityConstraint. getReferencedKey()If this isKEYREF, returns the keyXSIdentityConstraintbeing referenced.Methods in com.sun.xml.xsom that return types with arguments of type XSIdentityConstraint Modifier and Type Method Description java.util.List<XSIdentityConstraint>XSElementDecl. getIdentityConstraints()Returns all theXSIdentityConstraints in this element decl.java.util.Map<java.lang.String,XSIdentityConstraint>XSSchema. getIdentityConstraints()Gets all theXSIdentityConstraints in this schema, keyed by their names.java.util.Iterator<XSIdentityConstraint>XSSchemaSet. iterateIdentityConstraints()Iterates all identity constraints in all the schemas.
-