Package 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
'attPool' of RELAX module.
ReferenceExp.exp contains a sequence of AttributeExp.
- Author:
- Kohsuke KAWAGUCHI
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleana flag that indicates this elementRule is exported and therefore accessible from other modules.Fields inherited from class com.sun.msv.grammar.ReferenceExp
exp, nameFields inherited from class com.sun.msv.grammar.Expression
anyString, epsilon, nullSet, verifierTag -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvisit(RELAXExpressionVisitor visitor) booleanvisit(RELAXExpressionVisitorBoolean visitor) visit(RELAXExpressionVisitorExpression visitor) voidvisit(RELAXExpressionVisitorVoid visitor) Methods inherited from class com.sun.msv.grammar.ReferenceExp
calcEpsilonReducibility, calcHashCode, equals, isDefined, visit, visit, visit, visitMethods inherited from class com.sun.msv.grammar.Expression
getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve
-
Field Details
-
exported
public boolean exporteda flag that indicates this elementRule is exported and therefore accessible from other modules.
-
-
Constructor Details
-
AttPoolClause
-
-
Method Details
-
isExported
public boolean isExported()- Specified by:
isExportedin interfaceExportable
-
visit
- Overrides:
visitin classExpression
-
visit
- Overrides:
visitin classExpression
-
visit
- Overrides:
visitin classExpression
-
visit
- Overrides:
visitin classExpression
-