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

net.erdfelt.android.apk.xml.BinaryXmlListener Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
package net.erdfelt.android.apk.xml;


public interface BinaryXmlListener {
    void onXmlEntry(String path, String name, Attribute... attrs);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy