Uses of Interface
org.gjt.xpp.XmlRecorder

Packages that use XmlRecorder
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
 interface XmlFormatter
          This interface extends XmlRecorder to give some control over formattingof XML output.
 

Methods in org.gjt.xpp that return XmlRecorder
 XmlRecorder XmlPullParserFactory.newRecorder()
          Return new XML recorder.
 

Uses of XmlRecorder in org.gjt.xpp.impl
 

Methods in org.gjt.xpp.impl that return XmlRecorder
 XmlRecorder PullParserFactorySmallImpl.newRecorder()
           
 XmlRecorder PullParserFactoryFullImpl.newRecorder()
           
 

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

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



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