com.threerings.stage.tools.xml
Class StageSceneWriter
java.lang.Object
com.threerings.whirled.tools.xml.SceneWriter
com.threerings.stage.tools.xml.StageSceneWriter
public class StageSceneWriter
- extends SceneWriter
Generates an XML representation of a StageSceneModel.
|
Method Summary |
protected void |
addSceneAttributes(SceneModel scene,
AttributesImpl attrs)
Adds attributes to the top-level element before it gets written. |
protected void |
writeSceneData(SceneModel scene,
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 |
StageSceneWriter
public StageSceneWriter()
addSceneAttributes
protected void addSceneAttributes(SceneModel scene,
AttributesImpl attrs)
- Description copied from class:
SceneWriter
- Adds attributes to the top-level element before it gets written.
- Overrides:
addSceneAttributes in class SceneWriter
writeSceneData
protected void writeSceneData(SceneModel scene,
com.megginson.sax.DataWriter writer)
throws SAXException
- Description copied from class:
SceneWriter
- Writes just the scene data which is handy for derived classes which
may wish to add their own scene data to the scene output.
- Overrides:
writeSceneData in class SceneWriter
- Throws:
SAXException