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

Packages that use ElementRules
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 ElementRules in com.sun.msv.grammar.relax
 

Fields in com.sun.msv.grammar.relax declared as ElementRules
protected  ElementRules ElementRule.parent
           
 

Methods in com.sun.msv.grammar.relax that return ElementRules
 ElementRules RELAXModule.ElementRulesContainer.get(String name)
           
 ElementRules RELAXModule.ElementRulesContainer.getOrCreate(String name)
           
 ElementRules ElementRule.getParent()
          gets the parent ElementRules object.
 

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

Uses of ElementRules in com.sun.msv.reader.relax.core.checker
 

Methods in com.sun.msv.reader.relax.core.checker with parameters of type ElementRules
 boolean ExportedHedgeRuleChecker.onElementRules(ElementRules exp)
           
 void DblAttrConstraintChecker.onElementRules(ElementRules exp)
           
 void IdAbuseChecker.onElementRules(ElementRules exp)
           
 



MSV