Added in API level 1

ElementListener


public interface ElementListener
implements EndElementListener, StartElementListener

android.sax.ElementListener


Listens for the beginning and ending of elements.

Summary

Inherited methods

abstract void end()

Invoked at the end of an element.

abstract void start(Attributes attributes)

Invoked at the beginning of an element.