Uses of Class
com.sun.msv.grammar.xmlschema.XPath
-
Packages that use XPath Package Description com.sun.msv.grammar.xmlschema W3C XML Schema grammar model.com.sun.msv.reader.xmlschema parses XML representation of XML Schema into AGM.com.sun.msv.verifier.identity 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 XPath Modifier and Type Field Description XPath[]
Field. paths
XPath that characterizes this field.XPath[]
IdentityConstraint. selectors
selectors of the identity constraint.Constructors in com.sun.msv.grammar.xmlschema with parameters of type XPath Constructor Description IdentityConstraint(java.lang.String namespaceURI, java.lang.String localName, XPath[] selectors, Field[] fields)
KeyConstraint(java.lang.String namespaceURI, java.lang.String localName, XPath[] selector, Field[] fields)
KeyRefConstraint(java.lang.String namespaceURI, java.lang.String localName, XPath[] selector, Field[] fields)
UniqueConstraint(java.lang.String namespaceURI, java.lang.String localName, XPath[] selector, Field[] fields)
-
Uses of XPath in com.sun.msv.reader.xmlschema
Fields in com.sun.msv.reader.xmlschema declared as XPath Modifier and Type Field Description protected XPath[]
IdentityConstraintState. selector
Methods in com.sun.msv.reader.xmlschema that return XPath Modifier and Type Method Description protected XPath[]
IdentityConstraintState. parseSelector(java.lang.String xpath)
Methods in com.sun.msv.reader.xmlschema with parameters of type XPath Modifier and Type Method Description protected boolean
IdentityConstraintState. parsePath(XPath pathObj, java.lang.String xpath, boolean parseField)
parses "aa/bb/cc/.../". -
Uses of XPath in com.sun.msv.verifier.identity
Fields in com.sun.msv.verifier.identity declared as XPath Modifier and Type Field Description protected XPath
PathMatcher.SinglePathMatcher. path
Constructors in com.sun.msv.verifier.identity with parameters of type XPath Constructor Description PathMatcher(IDConstraintChecker owner, XPath[] paths)
SinglePathMatcher(XPath path)
-