Interface XmlResourceParser

All Superinterfaces:
AttributeSet, org.xmlpull.v1.XmlPullParser
All Known Implementing Classes:
AndroidManifestResourceParser, AXmlResourceParser

public interface XmlResourceParser extends org.xmlpull.v1.XmlPullParser, AttributeSet
The XML parsing interface returned for an XML resource. This is a standard XmlPullParser interface, as well as an extended AttributeSet interface and an additional close() method on this interface for the client to indicate when it is done reading the resource.
  • Method Details

    • close

      void close()
      Close this interface to the resource. Calls on the interface are no longer value after this call.