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!"); }
}
|