| 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.
|
| Modifier and Type | Field and Description |
|---|---|
XPath[] |
Field.paths
XPath that characterizes this field.
|
XPath[] |
IdentityConstraint.selectors
selectors of the identity constraint.
|
| Constructor and Description |
|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
protected XPath[] |
IdentityConstraintState.selector |
| Modifier and Type | Method and Description |
|---|---|
protected XPath[] |
IdentityConstraintState.parseSelector(String xpath) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
IdentityConstraintState.parsePath(XPath pathObj,
String xpath,
boolean parseField)
parses "aa/bb/cc/.../".
|
| Constructor and Description |
|---|
PathMatcher(IDConstraintChecker owner,
XPath[] paths) |
Copyright © 2014 Oracle Corporation. All Rights Reserved.