Android 2.3 Gingerbread

Package android.sax

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

See:
          Description

Interface Summary
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.
 

Class Summary
Children Contains element children.
Children.Child  
Element An XML element.
RootElement The root XML element.
 

Exception Summary
BadXmlException An XML parse exception which includes the line number in the message.
 

Package android.sax Description

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


Android 2.3 Gingerbread