com.sun.msv.generator
public class Generator extends Object implements ExpressionVisitorVoid
| Method Summary | |
|---|---|
| static void | generate(Expression exp, Document emptyDoc) generates instance by using default settings. |
| static void | generate(Expression exp, Document emptyDoc, GeneratorOption opts) generates instance by custom settings. |
| void | onAnyString() |
| void | onAttribute(AttributeExp exp) |
| void | onChoice(ChoiceExp cp) |
| void | onConcur(ConcurExp exp) |
| void | onData(DataExp exp) |
| void | onElement(ElementExp exp) |
| void | onEpsilon() |
| void | onInterleave(InterleaveExp ip) |
| 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 | onValue(ValueExp exp) |
| void | onZeroOrMore(OneOrMoreExp exp) |