Uses of Package
org.gjt.xpp

Packages that use org.gjt.xpp
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.impl.node   
org.gjt.xpp.impl.pullnode   
org.gjt.xpp.impl.pullparser   
org.gjt.xpp.impl.tag   
org.gjt.xpp.impl.tokenizer   
org.gjt.xpp.x2impl   
org.gjt.xpp.x2impl.x2pullparser   
 

Classes in org.gjt.xpp used by org.gjt.xpp
XmlEndTag
          This represent XML end tag.
XmlFormatter
          This interface extends XmlRecorder to give some control over formattingof XML output.
XmlNode
          This class represents XML subtree.
XmlPullNode
          This class represents pullable XML subtree - children are built on demand.
XmlPullParser
          Generic interface for simple and quick XML Pull Parser.
XmlPullParserException
          This exception is thrown to signal XML Pull Parser related excepions.
XmlPullParserFactory
          This class is used to create implementations of XML Pull Parser.
XmlRecorder
          This class represents abstract functionality necessary to to persist XML Pull Parser events.
XmlStartTag
          This class represents abstract functionality necessary to to persist XML Pull Parser events.
XmlTag
          Base interface that encapsulates common functionality for XML elements: both start tag and end tag (an empty element is equivalent to start tag followed by end tag so for simplicity ti is not modeled as a separate class).
XmlWritable
          This interface can be used by classes that wishes to implement its own way to persist XML into writer.
 

Classes in org.gjt.xpp used by org.gjt.xpp.impl
XmlEndTag
          This represent XML end tag.
XmlFormatter
          This interface extends XmlRecorder to give some control over formattingof XML output.
XmlNode
          This class represents XML subtree.
XmlPullNode
          This class represents pullable XML subtree - children are built on demand.
XmlPullParser
          Generic interface for simple and quick XML Pull Parser.
XmlPullParserException
          This exception is thrown to signal XML Pull Parser related excepions.
XmlPullParserFactory
          This class is used to create implementations of XML Pull Parser.
XmlRecorder
          This class represents abstract functionality necessary to to persist XML Pull Parser events.
XmlStartTag
          This class represents abstract functionality necessary to to persist XML Pull Parser events.
 

Classes in org.gjt.xpp used by org.gjt.xpp.impl.format
XmlEndTag
          This represent XML end tag.
XmlFormatter
          This interface extends XmlRecorder to give some control over formattingof XML output.
XmlNode
          This class represents XML subtree.
XmlPullParserException
          This exception is thrown to signal XML Pull Parser related excepions.
XmlRecorder
          This class represents abstract functionality necessary to to persist XML Pull Parser events.
XmlStartTag
          This class represents abstract functionality necessary to to persist XML Pull Parser events.
XmlWritable
          This interface can be used by classes that wishes to implement its own way to persist XML into writer.
 

Classes in org.gjt.xpp used by org.gjt.xpp.impl.node
XmlNode
          This class represents XML subtree.
XmlPullParserException
          This exception is thrown to signal XML Pull Parser related excepions.
XmlStartTag
          This class represents abstract functionality necessary to to persist XML Pull Parser events.
XmlTag
          Base interface that encapsulates common functionality for XML elements: both start tag and end tag (an empty element is equivalent to start tag followed by end tag so for simplicity ti is not modeled as a separate class).
 

Classes in org.gjt.xpp used by org.gjt.xpp.impl.pullnode
XmlNode
          This class represents XML subtree.
XmlPullNode
          This class represents pullable XML subtree - children are built on demand.
XmlPullParser
          Generic interface for simple and quick XML Pull Parser.
XmlPullParserException
          This exception is thrown to signal XML Pull Parser related excepions.
XmlStartTag
          This class represents abstract functionality necessary to to persist XML Pull Parser events.
XmlTag
          Base interface that encapsulates common functionality for XML elements: both start tag and end tag (an empty element is equivalent to start tag followed by end tag so for simplicity ti is not modeled as a separate class).
 

Classes in org.gjt.xpp used by org.gjt.xpp.impl.pullparser
XmlEndTag
          This represent XML end tag.
XmlNode
          This class represents XML subtree.
XmlPullParser
          Generic interface for simple and quick XML Pull Parser.
XmlPullParserBufferControl
          Additional interface to control XML Pull Parser buffering.
XmlPullParserEventPosition
          Special interface to retrieve event positioning information.
XmlPullParserException
          This exception is thrown to signal XML Pull Parser related excepions.
XmlStartTag
          This class represents abstract functionality necessary to to persist XML Pull Parser events.
 

Classes in org.gjt.xpp used by org.gjt.xpp.impl.tag
XmlEndTag
          This represent XML end tag.
XmlPullParserException
          This exception is thrown to signal XML Pull Parser related excepions.
XmlStartTag
          This class represents abstract functionality necessary to to persist XML Pull Parser events.
XmlTag
          Base interface that encapsulates common functionality for XML elements: both start tag and end tag (an empty element is equivalent to start tag followed by end tag so for simplicity ti is not modeled as a separate class).
 

Classes in org.gjt.xpp used by org.gjt.xpp.impl.tokenizer
XmlPullParserException
          This exception is thrown to signal XML Pull Parser related excepions.
 

Classes in org.gjt.xpp used by org.gjt.xpp.x2impl
XmlEndTag
          This represent XML end tag.
XmlFormatter
          This interface extends XmlRecorder to give some control over formattingof XML output.
XmlNode
          This class represents XML subtree.
XmlPullNode
          This class represents pullable XML subtree - children are built on demand.
XmlPullParser
          Generic interface for simple and quick XML Pull Parser.
XmlPullParserException
          This exception is thrown to signal XML Pull Parser related excepions.
XmlPullParserFactory
          This class is used to create implementations of XML Pull Parser.
XmlRecorder
          This class represents abstract functionality necessary to to persist XML Pull Parser events.
XmlStartTag
          This class represents abstract functionality necessary to to persist XML Pull Parser events.
 

Classes in org.gjt.xpp used by org.gjt.xpp.x2impl.x2pullparser
XmlEndTag
          This represent XML end tag.
XmlNode
          This class represents XML subtree.
XmlPullParser
          Generic interface for simple and quick XML Pull Parser.
XmlPullParserBufferControl
          Additional interface to control XML Pull Parser buffering.
XmlPullParserEventPosition
          Special interface to retrieve event positioning information.
XmlPullParserException
          This exception is thrown to signal XML Pull Parser related excepions.
XmlStartTag
          This class represents abstract functionality necessary to to persist XML Pull Parser events.
 



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