|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.msv.generator.Generator
generates an XML DOM instance that conforms to the given schema.
| 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)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void generate(Expression exp,
Document emptyDoc)
public static void generate(Expression exp,
Document emptyDoc,
GeneratorOption opts)
public void onEpsilon()
public void onNullSet()
public void onSequence(SequenceExp exp)
public void onInterleave(InterleaveExp ip)
public void onChoice(ChoiceExp cp)
public void onMixed(MixedExp exp)
public void onList(ListExp exp)
public void onRef(ReferenceExp exp)
public void onOther(OtherExp exp)
public void onAttribute(AttributeExp exp)
public void onElement(ElementExp exp)
public void onAnyString()
public void onOneOrMore(OneOrMoreExp exp)
public void onZeroOrMore(OneOrMoreExp exp)
public void onValue(ValueExp exp)
public void onData(DataExp exp)
public void onConcur(ConcurExp exp)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||