File
Doc
Category
Size
Date
Package
Element.java
API Doc
Android 5.1 API
1293
Sat Mar 14 14:09:38 GMT 2015
android.sax
Element
java.lang.Object
public class Element extends Object
Fields Summary
Constructors Summary
Element
()
throw new RuntimeException("Stub!");
Methods Summary
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
setEndElementListener
(
android.sax.EndElementListener
endElementListener)
throw new RuntimeException("Stub!");
public void
setEndTextElementListener
(
android.sax.EndTextElementListener
endTextElementListener)
throw new RuntimeException("Stub!");
public void
setStartElementListener
(
android.sax.StartElementListener
startElementListener)
throw new RuntimeException("Stub!");
public void
setTextElementListener
(
android.sax.TextElementListener
elementListener)
throw new RuntimeException("Stub!");
public
java.lang.String
toString
()
throw new RuntimeException("Stub!");
Java Code Source