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 and Description |
---|---|
class |
KeyConstraint
key constraint.
|
class |
KeyRefConstraint
keyref constraint.
|
class |
UniqueConstraint
unique constraint.
|
Modifier and Type | Method and Description |
---|---|
IdentityConstraint |
XMLSchemaSchema.IdentityConstraintContainer.get(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
XMLSchemaSchema.IdentityConstraintContainer.add(java.lang.String name,
IdentityConstraint idc) |
Modifier and Type | Method and Description |
---|---|
protected void |
ElementDeclState.onIdentityConstraint(IdentityConstraint idc)
this method is called when an identity constraint declaration is found.
|
Modifier and Type | Field and Description |
---|---|
protected IdentityConstraint |
SelectorMatcher.idConst |
Modifier and Type | Method and Description |
---|---|
protected SelectorMatcher |
IDConstraintChecker.getActiveScope(IdentityConstraint c) |
protected void |
IDConstraintChecker.popActiveScope(IdentityConstraint c,
SelectorMatcher matcher) |
protected void |
IDConstraintChecker.pushActiveScope(IdentityConstraint c,
SelectorMatcher matcher) |
Constructor and Description |
---|
SelectorMatcher(IDConstraintChecker owner,
IdentityConstraint idConst,
java.lang.String namespaceURI,
java.lang.String localName) |