org.gjt.xpp
Interface XmlWritable
- public interface XmlWritable
This interface can be used by classes that wishes to implement
its own way to persist XML into writer.
XmlRecorder is
- Author:
- Aleksander Slominski
- See Also:
XmlRecorder
Method Summary |
void |
writeXml(java.io.Writer out)
|
writeXml
public void writeXml(java.io.Writer out)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright (c) 2003 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.
Note this package is deprecated by XPP3 that implements XmlPull API