Uses of Class
com.sun.msv.grammar.relax.AttPoolClause
-
Packages that use AttPoolClause Package Description com.sun.msv.grammar.relax abstract grammar model(AGM): RELAX stub.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. -
-
Uses of AttPoolClause in com.sun.msv.grammar.relax
Methods in com.sun.msv.grammar.relax that return AttPoolClause Modifier and Type Method Description AttPoolClause
RELAXModule.AttPoolContainer. get(java.lang.String name)
AttPoolClause
RELAXModule.AttPoolContainer. getOrCreate(java.lang.String name)
Methods in com.sun.msv.grammar.relax with parameters of type AttPoolClause Modifier and Type Method Description java.lang.Object
RELAXExpressionVisitor. onAttPool(AttPoolClause exp)
boolean
RELAXExpressionVisitorBoolean. onAttPool(AttPoolClause exp)
Expression
RELAXExpressionVisitorExpression. onAttPool(AttPoolClause exp)
void
RELAXExpressionVisitorVoid. onAttPool(AttPoolClause exp)
-
Uses of AttPoolClause in com.sun.msv.reader.relax.core.checker
Methods in com.sun.msv.reader.relax.core.checker with parameters of type AttPoolClause Modifier and Type Method Description void
DblAttrConstraintChecker. onAttPool(AttPoolClause exp)
boolean
ExportedHedgeRuleChecker. onAttPool(AttPoolClause exp)
void
IdAbuseChecker. onAttPool(AttPoolClause exp)
-
Uses of AttPoolClause in com.sun.msv.relaxns.grammar.relax
Methods in com.sun.msv.relaxns.grammar.relax with parameters of type AttPoolClause Modifier and Type Method Description Expression
ExportedAttPoolGenerator. onAttPool(AttPoolClause exp)
-