| 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 | Class | Description |
|---|---|---|
class |
KeyConstraint |
key constraint.
|
class |
KeyRefConstraint |
keyref constraint.
|
class |
UniqueConstraint |
unique constraint.
|
| Modifier and Type | Method | Description |
|---|---|---|
IdentityConstraint |
XMLSchemaSchema.IdentityConstraintContainer.get(String name) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
XMLSchemaSchema.IdentityConstraintContainer.add(String name,
IdentityConstraint idc) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
ElementDeclState.onIdentityConstraint(IdentityConstraint idc) |
this method is called when an identity constraint declaration is found.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected IdentityConstraint |
SelectorMatcher.idConst |
| Modifier and Type | Method | Description |
|---|---|---|
protected SelectorMatcher |
IDConstraintChecker.getActiveScope(IdentityConstraint c) |
|
protected void |
IDConstraintChecker.popActiveScope(IdentityConstraint c,
SelectorMatcher matcher) |
|
protected void |
IDConstraintChecker.pushActiveScope(IdentityConstraint c,
SelectorMatcher matcher) |
Copyright © 2019 Oracle Corporation. All rights reserved.