Uses of Interface
org.gjt.xpp.XmlFormatter
-
Packages that use XmlFormatter 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 XmlFormatter in org.gjt.xpp
Methods in org.gjt.xpp that return XmlFormatter Modifier and Type Method Description XmlFormatter
XmlPullParserFactory. newFormatter()
Return new XML formatter. -
Uses of XmlFormatter in org.gjt.xpp.impl
Methods in org.gjt.xpp.impl that return XmlFormatter Modifier and Type Method Description XmlFormatter
PullParserFactoryFullImpl. newFormatter()
-
Uses of XmlFormatter in org.gjt.xpp.impl.format
Classes in org.gjt.xpp.impl.format that implement XmlFormatter Modifier and Type Class Description class
Formatter
Implementatin of Recorder that is simply writing XML to output sink. -
Uses of XmlFormatter in org.gjt.xpp.x2impl
Methods in org.gjt.xpp.x2impl that return XmlFormatter Modifier and Type Method Description XmlFormatter
X2PullParserFactoryImpl. newFormatter()
-