public final class ExportedHedgeRuleChecker extends Object implements RELAXExpressionVisitorBoolean
| Modifier and Type | Field and Description |
|---|---|
ReferenceExp[] |
errorSnapshot |
| Constructor and Description |
|---|
ExportedHedgeRuleChecker(RELAXModule module) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onAnyString() |
boolean |
onAttPool(AttPoolClause exp) |
boolean |
onAttribute(AttributeExp exp) |
boolean |
onChoice(ChoiceExp exp) |
boolean |
onConcur(ConcurExp exp) |
boolean |
onData(DataExp exp) |
boolean |
onElement(ElementExp exp) |
boolean |
onElementRules(ElementRules exp) |
boolean |
onEpsilon() |
boolean |
onHedgeRules(HedgeRules exp) |
boolean |
onInterleave(InterleaveExp exp) |
boolean |
onList(ListExp exp) |
boolean |
onMixed(MixedExp exp) |
boolean |
onNullSet() |
boolean |
onOneOrMore(OneOrMoreExp exp) |
boolean |
onOther(OtherExp exp) |
boolean |
onRef(ReferenceExp exp) |
boolean |
onSequence(SequenceExp exp) |
boolean |
onTag(TagClause exp) |
boolean |
onValue(ValueExp exp) |
public ReferenceExp[] errorSnapshot
public ExportedHedgeRuleChecker(RELAXModule module)
public boolean onAttribute(AttributeExp exp)
onAttribute in interface ExpressionVisitorBooleanpublic boolean onChoice(ChoiceExp exp)
onChoice in interface ExpressionVisitorBooleanpublic boolean onSequence(SequenceExp exp)
onSequence in interface ExpressionVisitorBooleanpublic boolean onElement(ElementExp exp)
onElement in interface ExpressionVisitorBooleanpublic boolean onOneOrMore(OneOrMoreExp exp)
onOneOrMore in interface ExpressionVisitorBooleanpublic boolean onMixed(MixedExp exp)
onMixed in interface ExpressionVisitorBooleanpublic boolean onRef(ReferenceExp exp)
onRef in interface ExpressionVisitorBooleanpublic boolean onOther(OtherExp exp)
onOther in interface ExpressionVisitorBooleanpublic boolean onEpsilon()
onEpsilon in interface ExpressionVisitorBooleanpublic boolean onNullSet()
onNullSet in interface ExpressionVisitorBooleanpublic boolean onAnyString()
onAnyString in interface ExpressionVisitorBooleanpublic boolean onData(DataExp exp)
onData in interface ExpressionVisitorBooleanpublic boolean onValue(ValueExp exp)
onValue in interface ExpressionVisitorBooleanpublic boolean onAttPool(AttPoolClause exp)
onAttPool in interface RELAXExpressionVisitorBooleanpublic boolean onTag(TagClause exp)
onTag in interface RELAXExpressionVisitorBooleanpublic boolean onInterleave(InterleaveExp exp)
onInterleave in interface ExpressionVisitorBooleanpublic boolean onConcur(ConcurExp exp)
onConcur in interface ExpressionVisitorBooleanpublic boolean onList(ListExp exp)
onList in interface ExpressionVisitorBooleanpublic boolean onElementRules(ElementRules exp)
onElementRules in interface RELAXExpressionVisitorBooleanpublic boolean onHedgeRules(HedgeRules exp)
onHedgeRules in interface RELAXExpressionVisitorBooleanCopyright © 2014 Oracle Corporation. All Rights Reserved.