Uses of Class
com.sun.msv.grammar.relax.TagClause

Packages that use TagClause
com.sun.msv.grammar.relax abstract grammar model(AGM): RELAX stub. 
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
 TagClause ElementRule.clause
          constraints over start tag of the element
 

Methods in com.sun.msv.grammar.relax that return TagClause
 TagClause RELAXModule.TagContainer.get(String name)
           
 TagClause RELAXModule.TagContainer.getOrCreate(String name)
           
 

Methods in com.sun.msv.grammar.relax with parameters of type TagClause
 Object RELAXExpressionVisitor.onTag(TagClause exp)
           
 Expression RELAXExpressionVisitorExpression.onTag(TagClause exp)
           
 boolean RELAXExpressionVisitorBoolean.onTag(TagClause exp)
           
 void RELAXExpressionVisitorVoid.onTag(TagClause exp)
           
 

Constructors in com.sun.msv.grammar.relax with parameters of type TagClause
ElementRule(ExpressionPool pool, TagClause clause, Expression contentModel)
           
 

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
 void DblAttrConstraintChecker.check(TagClause clause, RELAXCoreReader reader)
           
 void IdAbuseChecker.onTag(TagClause exp)
           
 boolean ExportedHedgeRuleChecker.onTag(TagClause exp)
           
 void DblAttrConstraintChecker.onTag(TagClause exp)
           
 



MSV