Most visited


Recently visited


Added in API level 1

XmlResourceParser

public interface XmlResourceParser
implements XmlPullParser, AttributeSet, AutoCloseable

android.content.res.XmlResourceParser


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


Inherited constants

From interface org.xmlpull.v1.XmlPullParser

Inherited fields

From interface org.xmlpull.v1.XmlPullParser

Public methods

abstract void close()

Close this interface to the resource.

Inherited methods

From interface org.xmlpull.v1.XmlPullParser
From interface android.util.AttributeSet
From interface java.lang.AutoCloseable

Public methods


close

Added in API level 1
void close ()

Close this interface to the resource. Calls on the interface are no longer value after this call.

Get the latest Android developer news and tips that will help you find success on Google Play.

* Required Fields

Hooray!

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.