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

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

Introduction

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

The text is from its open source code.

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.
voidsetElementListener(ElementListener elementListener)
Sets start and end element listeners at the same time.
voidsetEndTextElementListener(EndTextElementListener endTextElementListener)
Sets a listener for the end of this text element.
voidsetStartElementListener(StartElementListener startElementListener)
Sets a listener for the start of this element.