Uses of Class
com.sun.msv.grammar.xmlschema.XPath
Packages that use XPath
Package
Description
W3C XML Schema grammar model.
parses XML representation of XML Schema into AGM.
Verifier with XML Schema's identity constraint check.
-
Uses of XPath in com.sun.msv.grammar.xmlschema
Fields in com.sun.msv.grammar.xmlschema declared as XPathModifier and TypeFieldDescriptionXPath[]Field.pathsXPath that characterizes this field.final XPath[]IdentityConstraint.selectorsselectors of the identity constraint.Constructors in com.sun.msv.grammar.xmlschema with parameters of type XPathModifierConstructorDescriptionIdentityConstraint(String namespaceURI, String localName, XPath[] selectors, Field[] fields) KeyConstraint(String namespaceURI, String localName, XPath[] selector, Field[] fields) KeyRefConstraint(String namespaceURI, String localName, XPath[] selector, Field[] fields) UniqueConstraint(String namespaceURI, String localName, XPath[] selector, Field[] fields) -
Uses of XPath in com.sun.msv.reader.xmlschema
Fields in com.sun.msv.reader.xmlschema declared as XPathMethods in com.sun.msv.reader.xmlschema that return XPathModifier and TypeMethodDescriptionprotected XPath[]IdentityConstraintState.parseSelector(String xpath) Methods in com.sun.msv.reader.xmlschema with parameters of type XPath -
Uses of XPath in com.sun.msv.verifier.identity
Constructors in com.sun.msv.verifier.identity with parameters of type XPath