Uses of Interface
org.gjt.xpp.XmlRecorder
-
-
Uses of XmlRecorder in org.gjt.xpp
Subinterfaces of XmlRecorder in org.gjt.xpp Modifier and Type Interface Description interface
XmlFormatter
This interface extends XmlRecorder to give some control over formattingof XML output.Methods in org.gjt.xpp that return XmlRecorder Modifier and Type Method Description XmlRecorder
XmlPullParserFactory. newRecorder()
Return new XML recorder.
-