Example usage for Java android.sax Element fields, constructors, methods, implement or subclass
The text is from its open source code.
Element | getChild(String localName) Gets the child element with the given name. |
Element | getChild(String uri, String localName) Gets the child element with the given name. |
void | setElementListener(ElementListener elementListener) Sets start and end element listeners at the same time. |
void | setEndTextElementListener(EndTextElementListener endTextElementListener) Sets a listener for the end of this text element. |
void | setStartElementListener(StartElementListener startElementListener) Sets a listener for the start of this element. |