Java android.sax RootElement fields, constructors, methods, implement or subclass

Example usage for Java android.sax RootElement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.sax RootElement.

The text is from its open source code.

Constructor

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.

Method

ElementgetChild(String localName)
Gets the child element with the given name.
ElementgetChild(String uri, String localName)
Gets the child element with the given name.
ContentHandlergetContentHandler()
Gets the SAX ContentHandler .