abstract grammar model(AGM): RELAX stub.
See: Description
Interface Summary | |
---|---|
Exportable | exportable Expression. |
RELAXExpressionVisitor | Visitor interface for RELAX expressions. |
RELAXExpressionVisitorBoolean | RELAX version of {@link ExpressionVisitorBoolean}. |
RELAXExpressionVisitorExpression | RELAX version of {@link ExpressionVisitorExpression} |
RELAXExpressionVisitorVoid | RELAX Version of {@link ExpressionVisitorVoid} |
Class Summary | |
---|---|
AttPoolClause | 'attPool' of RELAX module. |
ElementRule | ElementRule declaration of RELAX. |
ElementRules | Set of ElementRule objects that share the label name. |
EmptyStringType | 'emptyString' type of RELAX. this type accepts nothing but "". |
HedgeRules | hedgeRule of RELAX module. |
NoneType | 'none' datatype of RELAX. this type accepts nothing. |
RELAXModule | "Module" of RELAX Core. |
RELAXModule.AttPoolContainer | |
RELAXModule.DatatypeContainer | Datatypes. |
RELAXModule.ElementRulesContainer | |
RELAXModule.HedgeRulesContainer | |
RELAXModule.TagContainer | |
TagClause | 'tag' of RELAX module. exp field contains a sequence of AttributeExp. |