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

Element

public class Element extends Object

Fields Summary
Constructors Summary
Element()

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.sax.ElementgetChild(java.lang.String localName)

 throw new RuntimeException("Stub!"); 
public android.sax.ElementgetChild(java.lang.String uri, java.lang.String localName)

 throw new RuntimeException("Stub!"); 
public android.sax.ElementrequireChild(java.lang.String localName)

 throw new RuntimeException("Stub!"); 
public android.sax.ElementrequireChild(java.lang.String uri, java.lang.String localName)

 throw new RuntimeException("Stub!"); 
public voidsetElementListener(android.sax.ElementListener elementListener)

 throw new RuntimeException("Stub!"); 
public voidsetEndElementListener(android.sax.EndElementListener endElementListener)

 throw new RuntimeException("Stub!"); 
public voidsetEndTextElementListener(android.sax.EndTextElementListener endTextElementListener)

 throw new RuntimeException("Stub!"); 
public voidsetStartElementListener(android.sax.StartElementListener startElementListener)

 throw new RuntimeException("Stub!"); 
public voidsetTextElementListener(android.sax.TextElementListener elementListener)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");