Uses of Interface
org.gjt.xpp.XmlRecorder
-
Packages that use XmlRecorder Package Description org.gjt.xpp This package defines classes compromising public API of XML Pull Parser 2.0 (org.gjt.xpp).org.gjt.xpp.impl Constains reference implementation of Xml Pull Parser 2.0 (org.gjt.xpp).org.gjt.xpp.impl.format org.gjt.xpp.x2impl -
-
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. -
Uses of XmlRecorder in org.gjt.xpp.impl
Methods in org.gjt.xpp.impl that return XmlRecorder Modifier and Type Method Description XmlRecorder
PullParserFactoryFullImpl. newRecorder()
XmlRecorder
PullParserFactorySmallImpl. newRecorder()
-
Uses of XmlRecorder in org.gjt.xpp.impl.format
Classes in org.gjt.xpp.impl.format that implement XmlRecorder Modifier and Type Class Description class
Formatter
Implementatin of Recorder that is simply writing XML to output sink.class
Recorder
Implementatin of Recorder that is simply writing XML to output sink. -
Uses of XmlRecorder in org.gjt.xpp.x2impl
Methods in org.gjt.xpp.x2impl that return XmlRecorder Modifier and Type Method Description XmlRecorder
X2PullParserFactoryImpl. newRecorder()
-