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 AttPoolClauseRELAXModule.AttPoolContainer. get(java.lang.String name)AttPoolClauseRELAXModule.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.ObjectRELAXExpressionVisitor. onAttPool(AttPoolClause exp)booleanRELAXExpressionVisitorBoolean. onAttPool(AttPoolClause exp)ExpressionRELAXExpressionVisitorExpression. onAttPool(AttPoolClause exp)voidRELAXExpressionVisitorVoid. 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 voidDblAttrConstraintChecker. onAttPool(AttPoolClause exp)booleanExportedHedgeRuleChecker. onAttPool(AttPoolClause exp)voidIdAbuseChecker. 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 ExpressionExportedAttPoolGenerator. onAttPool(AttPoolClause exp)
-