Uses of Interface
org.gjt.xpp.XmlFormatter

Packages that use XmlFormatter
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
 XmlFormatter XmlPullParserFactory.newFormatter()
          Return new XML formatter.
 

Uses of XmlFormatter in org.gjt.xpp.impl
 

Methods in org.gjt.xpp.impl that return XmlFormatter
 XmlFormatter PullParserFactoryFullImpl.newFormatter()
           
 

Uses of XmlFormatter in org.gjt.xpp.impl.format
 

Classes in org.gjt.xpp.impl.format that implement XmlFormatter
 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
 XmlFormatter X2PullParserFactoryImpl.newFormatter()
           
 



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