Added in API level 1

TextElementListener


public interface TextElementListener
implements EndTextElementListener, StartElementListener

android.sax.TextElementListener


Listens for the beginning and ending of text elements.

Summary

Inherited methods

abstract void end(String body)

Invoked at the end of a text element with the body of the element.

abstract void start(Attributes attributes)

Invoked at the beginning of an element.