Example usage for Java android.sax RootElement fields, constructors, methods, implement or subclass
The text is from its open source code.
RootElement(String localName) Constructs a new root element with the given name. | |
RootElement(String uri, String localName) Constructs a new root element with the given name. |
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. |
ContentHandler | getContentHandler() Gets the SAX ContentHandler . |