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
voidwriteXml(Writer out)

Method Detail

writeXml

public void writeXml(Writer out)
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