startElement

abstract fun startElement(state: StateType, attributes: Attributes)

Receive notification of the start of an element.

Parameters

state

The current parse state.

attributes

The attributes attached to the element.

Throws

If something goes wrong.