com.threerings.tools.xml
Interface NestableWriter
- All Known Implementing Classes:
- SimpleMisoSceneWriter, SparseMisoSceneWriter
public interface NestableWriter
Provides the writing component of the nestable parsing system described
by NestableRuleSet.
|
Method Summary |
void |
write(Object object,
com.megginson.sax.DataWriter writer)
Called to generate XML for the supplied object to the supplied data
writer. |
write
void write(Object object,
com.megginson.sax.DataWriter writer)
throws SAXException
- Called to generate XML for the supplied object to the supplied data
writer.
- Throws:
SAXException
Copyright © 2011. All Rights Reserved.