com.sun.msv.verifier.regexp
public class ElementsOfConcernCollector extends Object implements ExpressionVisitor
| Constructor Summary | |
|---|---|
| ElementsOfConcernCollector() | |
| Method Summary | |
|---|---|
| void | collect(Expression exp, Collection result) |
| Object | onAnyString() |
| Object | onAttribute(AttributeExp exp) |
| Object | onChoice(ChoiceExp exp) |
| Object | onConcur(ConcurExp exp) |
| Object | onData(DataExp exp) |
| Object | onElement(ElementExp exp) |
| Object | onEpsilon() |
| Object | onInterleave(InterleaveExp exp) |
| Object | onList(ListExp exp) |
| Object | onMixed(MixedExp exp) |
| Object | onNullSet() |
| Object | onOneOrMore(OneOrMoreExp exp) |
| Object | onOther(OtherExp exp) |
| Object | onRef(ReferenceExp exp) |
| Object | onSequence(SequenceExp exp) |
| Object | onValue(ValueExp exp) |