Class ExportedAttPoolGenerator
java.lang.Object
com.sun.msv.grammar.ExpressionCloner
com.sun.msv.relaxns.grammar.relax.ExportedAttPoolGenerator
- All Implemented Interfaces:
ExpressionVisitorExpression
,RELAXExpressionVisitorExpression
creates Expression that validates exported attPool.
-
Field Summary
FieldsFields inherited from class com.sun.msv.grammar.ExpressionCloner
pool
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(RELAXModule module, Expression exp) onAttPool
(AttPoolClause exp) onAttribute
(AttributeExp exp) onElement
(ElementExp exp) onHedgeRules
(HedgeRules exp) onRef
(ReferenceExp exp) Methods inherited from class com.sun.msv.grammar.ExpressionCloner
onAnyString, onChoice, onConcur, onData, onEpsilon, onInterleave, onList, onMixed, onNullSet, onOneOrMore, onSequence, onValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.sun.msv.grammar.ExpressionVisitorExpression
onAnyString, onChoice, onConcur, onData, onEpsilon, onInterleave, onList, onMixed, onNullSet, onOneOrMore, onSequence, onValue
-
Field Details
-
targetNamespace
-
-
Constructor Details
-
ExportedAttPoolGenerator
ExportedAttPoolGenerator(ExpressionPool pool)
-
-
Method Details
-
create
-
onAttribute
- Specified by:
onAttribute
in interfaceExpressionVisitorExpression
-
onElement
- Specified by:
onElement
in interfaceExpressionVisitorExpression
-
onTag
- Specified by:
onTag
in interfaceRELAXExpressionVisitorExpression
-
onElementRules
- Specified by:
onElementRules
in interfaceRELAXExpressionVisitorExpression
-
onHedgeRules
- Specified by:
onHedgeRules
in interfaceRELAXExpressionVisitorExpression
-
onRef
- Specified by:
onRef
in interfaceExpressionVisitorExpression
-
onOther
- Specified by:
onOther
in interfaceExpressionVisitorExpression
-
onAttPool
- Specified by:
onAttPool
in interfaceRELAXExpressionVisitorExpression
-