Package | Description |
---|---|
com.sun.msv.verifier.identity |
Verifier with XML Schema's identity constraint check.
|
Modifier and Type | Field and Description |
---|---|
protected SelectorMatcher |
FieldsMatcher.selector
the parent SelectorMatcher.
|
Modifier and Type | Method and Description |
---|---|
protected SelectorMatcher |
IDConstraintChecker.getActiveScope(IdentityConstraint c) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
IDConstraintChecker.addKeyValue(SelectorMatcher scope,
KeyValue value)
adds a new KeyValue to the value set.
|
protected KeyValue[] |
IDConstraintChecker.getKeyValues(SelectorMatcher scope)
gets the all
KeyValue s that were added within the specified scope. |
protected void |
IDConstraintChecker.popActiveScope(IdentityConstraint c,
SelectorMatcher matcher) |
protected void |
IDConstraintChecker.pushActiveScope(IdentityConstraint c,
SelectorMatcher matcher) |
Constructor and Description |
---|
FieldsMatcher(SelectorMatcher selector,
java.lang.String namespaceURI,
java.lang.String localName) |