Uses of Class
com.sun.msv.grammar.relax.TagClause
-
Packages that use TagClause 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. -
-
Uses of TagClause in com.sun.msv.grammar.relax
Fields in com.sun.msv.grammar.relax declared as TagClause Modifier and Type Field Description TagClause
ElementRule. clause
constraints over start tag of the elementMethods in com.sun.msv.grammar.relax that return TagClause Modifier and Type Method Description TagClause
RELAXModule.TagContainer. get(String name)
TagClause
RELAXModule.TagContainer. getOrCreate(String name)
Methods in com.sun.msv.grammar.relax with parameters of type TagClause Modifier and Type Method Description Object
RELAXExpressionVisitor. onTag(TagClause exp)
boolean
RELAXExpressionVisitorBoolean. onTag(TagClause exp)
Expression
RELAXExpressionVisitorExpression. onTag(TagClause exp)
void
RELAXExpressionVisitorVoid. onTag(TagClause exp)
Constructors in com.sun.msv.grammar.relax with parameters of type TagClause Constructor Description ElementRule(ExpressionPool pool, TagClause clause, Expression contentModel)
-
Uses of TagClause in com.sun.msv.reader.relax.core
Fields in com.sun.msv.reader.relax.core declared as TagClause Modifier and Type Field Description protected TagClause
ElementRuleBaseState. clause
protected TagClause
ElementRuleBaseState. clause
-
Uses of TagClause in com.sun.msv.reader.relax.core.checker
Methods in com.sun.msv.reader.relax.core.checker with parameters of type TagClause Modifier and Type Method Description void
DblAttrConstraintChecker. check(TagClause clause, RELAXCoreReader reader)
void
DblAttrConstraintChecker. onTag(TagClause exp)
boolean
ExportedHedgeRuleChecker. onTag(TagClause exp)
void
IdAbuseChecker. onTag(TagClause exp)
-