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 interfaceXmlFormatterThis interface extends XmlRecorder to give some control over formattingof XML output.Methods in org.gjt.xpp that return XmlRecorder Modifier and Type Method Description XmlRecorderXmlPullParserFactory. 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 XmlRecorderPullParserFactoryFullImpl. newRecorder()XmlRecorderPullParserFactorySmallImpl. 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 classFormatterImplementatin of Recorder that is simply writing XML to output sink.classRecorderImplementatin 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 XmlRecorderX2PullParserFactoryImpl. newRecorder()
-