|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.miso.tools.xml.SparseMisoSceneWriter
public class SparseMisoSceneWriter
Generates an XML representation of a SparseMisoSceneModel.
| Field Summary | |
|---|---|
static String |
OUTER_ELEMENT
The element used to enclose scene models written with this writer. |
| Constructor Summary | |
|---|---|
SparseMisoSceneWriter()
|
|
| Method Summary | |
|---|---|
void |
write(Object object,
com.megginson.sax.DataWriter writer)
Called to generate XML for the supplied object to the supplied data writer. |
static void |
writeInterestingObject(ObjectInfo info,
com.megginson.sax.DataWriter writer)
Writes info out to writer. |
protected void |
writeSceneData(SparseMisoSceneModel model,
com.megginson.sax.DataWriter writer)
Writes just the scene data which is handy for derived classes which may wish to add their own scene data to the scene output. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String OUTER_ELEMENT
| Constructor Detail |
|---|
public SparseMisoSceneWriter()
| Method Detail |
|---|
public void write(Object object,
com.megginson.sax.DataWriter writer)
throws SAXException
NestableWriter
write in interface NestableWriterSAXException
protected void writeSceneData(SparseMisoSceneModel model,
com.megginson.sax.DataWriter writer)
throws SAXException
SAXException
public static void writeInterestingObject(ObjectInfo info,
com.megginson.sax.DataWriter writer)
throws SAXException
info out to writer.
SAXException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||