Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
Added in API level 1
package

android.sax

A framework that makes it easy to write efficient and robust SAX handlers.

Interfaces

ElementListener Listens for the beginning and ending of elements. 
EndElementListener Listens for the end of elements. 
EndTextElementListener Listens for the end of text elements. 
StartElementListener Listens for the beginning of elements. 
TextElementListener Listens for the beginning and ending of text elements. 

Classes

Element An XML element. 
RootElement The root XML element.