Uses of Interface
org.gjt.xpp.XmlEndTag

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

Uses of XmlEndTag in org.gjt.xpp
 

Methods in org.gjt.xpp that return XmlEndTag
 XmlEndTag XmlPullParserFactory.newEndTag()
          Create new end tag.
 

Methods in org.gjt.xpp with parameters of type XmlEndTag
 void XmlRecorder.writeEndTag(XmlEndTag etag)
           
 void XmlPullParser.readEndTag(XmlEndTag etag)
          Read current end tag.
 

Uses of XmlEndTag in org.gjt.xpp.impl
 

Methods in org.gjt.xpp.impl that return XmlEndTag
 XmlEndTag PullParserFactorySmallImpl.newEndTag()
           
 XmlEndTag PullParserFactoryFullImpl.newEndTag()
           
 

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

Methods in org.gjt.xpp.impl.format with parameters of type XmlEndTag
 void Formatter.writeEndTag(XmlEndTag etag)
           
 void Recorder.writeEndTag(XmlEndTag etag)
           
 

Uses of XmlEndTag in org.gjt.xpp.impl.pullparser
 

Methods in org.gjt.xpp.impl.pullparser with parameters of type XmlEndTag
 void PullParser.readEndTag(XmlEndTag etag)
          Read value of just read END_TAG into passed as argument EndTag.
 

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

Classes in org.gjt.xpp.impl.tag that implement XmlEndTag
 class EndTag
          Encapsulate XML ETag
 

Uses of XmlEndTag in org.gjt.xpp.x2impl
 

Methods in org.gjt.xpp.x2impl that return XmlEndTag
 XmlEndTag X2PullParserFactoryImpl.newEndTag()
           
 

Uses of XmlEndTag in org.gjt.xpp.x2impl.x2pullparser
 

Methods in org.gjt.xpp.x2impl.x2pullparser with parameters of type XmlEndTag
 void X2PullParser.readEndTag(XmlEndTag etag)
          Read value of just read END_TAG into passed as argument EndTag.
 



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