Uses of Interface
org.gjt.xpp.XmlTag

Packages that use XmlTag
org.gjt.xpp This package defines classes compromising public API of XML Pull Parser 2.0 (org.gjt.xpp). 
org.gjt.xpp.impl.node   
org.gjt.xpp.impl.pullnode   
org.gjt.xpp.impl.tag   
 

Uses of XmlTag in org.gjt.xpp
 

Subinterfaces of XmlTag in org.gjt.xpp
 interface XmlEndTag
          This represent XML end tag.
 interface XmlNode
          This class represents XML subtree.
 interface XmlPullNode
          This class represents pullable XML subtree - children are built on demand.
 interface XmlStartTag
          This class represents abstract functionality necessary to to persist XML Pull Parser events.
 

Uses of XmlTag in org.gjt.xpp.impl.node
 

Classes in org.gjt.xpp.impl.node that implement XmlTag
 class Node
          Encapsulate XML Node with list of associated children and namespaces :-).
 

Uses of XmlTag in org.gjt.xpp.impl.pullnode
 

Classes in org.gjt.xpp.impl.pullnode that implement XmlTag
 class PullNode
          Allows node tree to be constructed on demand.
 

Uses of XmlTag in org.gjt.xpp.impl.tag
 

Classes in org.gjt.xpp.impl.tag that implement XmlTag
 class EndTag
          Encapsulate XML ETag
 class StartTag
          Encapsulate XML STag and EmptyElement
 class Tag
          Encapsulate XML ETag
 



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