Android
android.content.res
public interface

android.content.res.XmlResourceParser

android.content.res.XmlResourceParser AttributeSet XmlPullParser

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.

Summary

Constants inherited from interface org.xmlpull.v1.XmlPullParser

Public Methods

          void  close()
Close this interface to the resource.
Methods inherited from interface android.util.AttributeSet
Methods inherited from interface org.xmlpull.v1.XmlPullParser

Details

Public Methods

public void close()

Close this interface to the resource. Calls on the interface are no longer value after this call.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56