Package com.sun.msv.grammar.relax
Class TagClause
- java.lang.Object
-
- com.sun.msv.grammar.Expression
-
- com.sun.msv.grammar.ReferenceExp
-
- com.sun.msv.grammar.relax.TagClause
-
- All Implemented Interfaces:
Serializable
public class TagClause extends ReferenceExp
'tag' of RELAX module. exp field contains a sequence of AttributeExp.- Author:
- Kohsuke KAWAGUCHI
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description NameClass
nameClass
tag name constraint.-
Fields inherited from class com.sun.msv.grammar.ReferenceExp
exp, name
-
Fields inherited from class com.sun.msv.grammar.Expression
anyString, epsilon, nullSet, verifierTag
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
visit(RELAXExpressionVisitor visitor)
boolean
visit(RELAXExpressionVisitorBoolean visitor)
Expression
visit(RELAXExpressionVisitorExpression visitor)
void
visit(RELAXExpressionVisitorVoid visitor)
-
Methods inherited from class com.sun.msv.grammar.ReferenceExp
calcEpsilonReducibility, calcHashCode, equals, isDefined, visit, visit, visit, visit
-
Methods inherited from class com.sun.msv.grammar.Expression
getExpandedExp, hashCode, hashCode, hashCode, isEpsilonReducible, peelOccurence, readResolve
-
-
-
-
Field Detail
-
nameClass
public NameClass nameClass
tag name constraint. This should be SimpleNameClass. The only exception is for stub module.
-
-
Constructor Detail
-
TagClause
protected TagClause(String role)
RefContainer-controlled creation. should be created via RefContainer.getOrCreate
-
TagClause
public TagClause()
constructor for inline tag. creatable directly from outside
-
-
Method Detail
-
visit
public Object visit(RELAXExpressionVisitor visitor)
- Overrides:
visit
in classExpression
-
visit
public Expression visit(RELAXExpressionVisitorExpression visitor)
- Overrides:
visit
in classExpression
-
visit
public boolean visit(RELAXExpressionVisitorBoolean visitor)
- Overrides:
visit
in classExpression
-
visit
public void visit(RELAXExpressionVisitorVoid visitor)
- Overrides:
visit
in classExpression
-
-