|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XPath | |
|---|---|
| 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 | |
|---|---|
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 | |
|---|---|
IdentityConstraint(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 XPath | |
|---|---|
protected XPath[] |
IdentityConstraintState.selector
|
| Methods in com.sun.msv.reader.xmlschema that return XPath | |
|---|---|
protected XPath[] |
IdentityConstraintState.parseSelector(String xpath)
|
| Methods in com.sun.msv.reader.xmlschema with parameters of type XPath | |
|---|---|
protected boolean |
IdentityConstraintState.parsePath(XPath pathObj,
String xpath,
boolean parseField)
parses "aa/bb/cc/.../". |
| Uses of XPath in com.sun.msv.verifier.identity |
|---|
| Constructors in com.sun.msv.verifier.identity with parameters of type XPath | |
|---|---|
PathMatcher(IDConstraintChecker owner,
XPath[] paths)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||