FileDocCategorySizeDatePackage
XmlResourceParser.javaAPI DocAndroid 5.1 API1252Thu Mar 12 22:22:10 GMT 2015android.content.res

XmlResourceParser

public interface XmlResourceParser implements android.util.AttributeSet, AutoCloseable, 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.

Fields Summary
Constructors Summary
Methods Summary
public voidclose()
Close this interface to the resource. Calls on the interface are no longer value after this call.