Added in API level 1

ElementListener


interface ElementListener : EndElementListener, StartElementListener

Listens for the beginning and ending of elements.

Summary

Inherited functions
Unit end()

Invoked at the end of an element.

Unit start(attributes: Attributes!)

Invoked at the beginning of an element.