All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.content.res.XmlResourceParser Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//

package android.content.res;

import android.util.AttributeSet;
import org.xmlpull.v1.XmlPullParser;

public interface XmlResourceParser extends XmlPullParser, AttributeSet, AutoCloseable {
  void close();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy