com.sun.msv.grammar.relax
Class AttPoolClause
java.lang.Object
|
+--com.sun.msv.grammar.Expression
|
+--com.sun.msv.grammar.ReferenceExp
|
+--com.sun.msv.grammar.relax.AttPoolClause
- All Implemented Interfaces:
- Exportable, Serializable
- public class AttPoolClause
- extends ReferenceExp
- implements Exportable
'attPool' of RELAX module.
ReferenceExp.exp contains a sequence of AttributeExp.
- Author:
- Kohsuke KAWAGUCHI
- See Also:
- Serialized Form
Field Summary |
boolean |
exported
a flag that indicates this elementRule is exported and
therefore accessible from other modules. |
exported
public boolean exported
- a flag that indicates this elementRule is exported and
therefore accessible from other modules.
isExported
public boolean isExported()
- Specified by:
isExported
in interface Exportable
visit
public Object visit(RELAXExpressionVisitor visitor)
- Overrides:
visit
in class Expression
visit
public Expression visit(RELAXExpressionVisitorExpression visitor)
- Overrides:
visit
in class Expression
visit
public boolean visit(RELAXExpressionVisitorBoolean visitor)
- Overrides:
visit
in class Expression
visit
public void visit(RELAXExpressionVisitorVoid visitor)
- Overrides:
visit
in class Expression