Package | Description |
---|---|
com.sun.msv.grammar.relax |
abstract grammar model(AGM): RELAX stub.
|
com.sun.msv.reader.relax.core |
parses RELAX Core into AGM.
|
com.sun.msv.reader.relax.core.checker |
Non-essential schema conformance checks.
|
com.sun.msv.relaxns.grammar.relax |
abstract grammar model(AGM) for RELAXNS-extended RELAX Core.
|
Modifier and Type | Field and Description |
---|---|
TagClause |
ElementRule.clause
constraints over start tag of the element
|
Modifier and Type | Method and Description |
---|---|
TagClause |
RELAXModule.TagContainer.get(java.lang.String name) |
TagClause |
RELAXModule.TagContainer.getOrCreate(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
RELAXExpressionVisitorVoid.onTag(TagClause exp) |
boolean |
RELAXExpressionVisitorBoolean.onTag(TagClause exp) |
Expression |
RELAXExpressionVisitorExpression.onTag(TagClause exp) |
java.lang.Object |
RELAXExpressionVisitor.onTag(TagClause exp) |
Constructor and Description |
---|
ElementRule(ExpressionPool pool,
TagClause clause,
Expression contentModel) |
Modifier and Type | Field and Description |
---|---|
protected TagClause |
ElementRuleBaseState.clause |
Modifier and Type | Method and Description |
---|---|
protected void |
ElementRuleBaseState.onEndInlineClause(TagClause inlineTag)
notification of inline tag element.
|
Modifier and Type | Method and Description |
---|---|
void |
DblAttrConstraintChecker.check(TagClause clause,
RELAXCoreReader reader) |
void |
DblAttrConstraintChecker.onTag(TagClause exp) |
boolean |
ExportedHedgeRuleChecker.onTag(TagClause exp) |
void |
IdAbuseChecker.onTag(TagClause exp) |
Modifier and Type | Method and Description |
---|---|
Expression |
ExportedAttPoolGenerator.onTag(TagClause exp) |