Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeXml(java.io.Writer out)
-