public
interface
StartElementListener
android.sax.StartElementListener |
Known Indirect Subclasses |
Listens for the beginning of elements.
Public methods | |
---|---|
abstract
void
|
start(Attributes attributes)
Invoked at the beginning of an element. |
void start (Attributes attributes)
Invoked at the beginning of an element.
Parameters | |
---|---|
attributes |
Attributes :
from the element
|