# Print output for @column tags ?>
public
interface
StartElementListener
android.sax.StartElementListener |
Listens for the beginning of elements.
Public methods | |
---|---|
abstract
void
|
start(Attributes attributes)
Invoked at the beginning of an element. |
public abstract void start (Attributes attributes)
Invoked at the beginning of an element.
Parameters | |
---|---|
attributes |
Attributes : from the element |