com.sun.msv.grammar.relax
public class ElementRules extends ReferenceExp implements Exportable
Field Summary | |
---|---|
boolean | exported
a flag that indicates this elementRule is exported and
therefore accessible from other modules. |
RELAXModule | ownerModule RELAXModule object to which this object belongs |
Method Summary | |
---|---|
void | addElementRule(ExpressionPool pool, ElementRule newRule) |
boolean | equals(Object o) |
boolean | isExported() |
Object | visit(RELAXExpressionVisitor visitor) |
Expression | visit(RELAXExpressionVisitorExpression visitor) |
boolean | visit(RELAXExpressionVisitorBoolean visitor) |
void | visit(RELAXExpressionVisitorVoid visitor) |