com.sun.msv.reader.relax.core.checker
public class DblAttrConstraintChecker extends Object implements RELAXExpressionVisitorVoid
| Method Summary | |
|---|---|
| void | check(TagClause clause, RELAXCoreReader reader) |
| void | onAnyString() |
| void | onAttPool(AttPoolClause exp) |
| void | onAttribute(AttributeExp exp) |
| void | onChoice(ChoiceExp exp) |
| void | onConcur(ConcurExp exp) |
| void | onData(DataExp exp) |
| void | onElement(ElementExp exp) |
| void | onElementRules(ElementRules exp) |
| void | onEpsilon() |
| void | onHedgeRules(HedgeRules exp) |
| void | onInterleave(InterleaveExp exp) |
| void | onList(ListExp exp) |
| void | onMixed(MixedExp exp) |
| void | onNullSet() |
| void | onOneOrMore(OneOrMoreExp exp) |
| void | onOther(OtherExp exp) |
| void | onRef(ReferenceExp exp) |
| void | onSequence(SequenceExp exp) |
| void | onTag(TagClause exp) |
| void | onValue(ValueExp exp) |