FileDocCategorySizeDatePackage
Element.javaAPI DocAndroid 5.1 API1293Sat Mar 14 14:09:38 GMT 2015android.sax

Element.java

package android.sax;
public class Element
{
Element() { throw new RuntimeException("Stub!"); }
public  android.sax.Element getChild(java.lang.String localName) { throw new RuntimeException("Stub!"); }
public  android.sax.Element getChild(java.lang.String uri, java.lang.String localName) { throw new RuntimeException("Stub!"); }
public  android.sax.Element requireChild(java.lang.String localName) { throw new RuntimeException("Stub!"); }
public  android.sax.Element requireChild(java.lang.String uri, java.lang.String localName) { throw new RuntimeException("Stub!"); }
public  void setElementListener(android.sax.ElementListener elementListener) { throw new RuntimeException("Stub!"); }
public  void setTextElementListener(android.sax.TextElementListener elementListener) { throw new RuntimeException("Stub!"); }
public  void setStartElementListener(android.sax.StartElementListener startElementListener) { throw new RuntimeException("Stub!"); }
public  void setEndElementListener(android.sax.EndElementListener endElementListener) { throw new RuntimeException("Stub!"); }
public  void setEndTextElementListener(android.sax.EndTextElementListener endTextElementListener) { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
}