Added in API level 1
    StartElementListener
interface StartElementListener
| android.sax.StartElementListener | 
Listens for the beginning of elements.
Summary
| Public methods | |
|---|---|
| abstract Unit | start(attributes: Attributes!)Invoked at the beginning of an element. | 
Public methods
start
Added in API level 1
      abstract fun start(attributes: Attributes!): Unit
Invoked at the beginning of an element.
| Parameters | |
|---|---|
| attributes | Attributes!: from the element | 
