com.threerings.whirled.spot.tools.xml
Class SpotSceneWriter
java.lang.Object
com.threerings.whirled.spot.tools.xml.SpotSceneWriter
- All Implemented Interfaces:
- com.threerings.tools.xml.NestableWriter
public class SpotSceneWriter
- extends Object
- implements com.threerings.tools.xml.NestableWriter
Generates an XML representation of a SpotSceneModel.
|
Field Summary |
static String |
OUTER_ELEMENT
The outer element used to enclose our spot scene definition. |
|
Method Summary |
void |
write(Object object,
com.megginson.sax.DataWriter writer)
|
OUTER_ELEMENT
public static final String OUTER_ELEMENT
- The outer element used to enclose our spot scene definition.
- See Also:
- Constant Field Values
SpotSceneWriter
public SpotSceneWriter()
write
public void write(Object object,
com.megginson.sax.DataWriter writer)
throws SAXException
- Specified by:
write in interface com.threerings.tools.xml.NestableWriter
- Throws:
SAXException
Copyright © 2011. All Rights Reserved.