public interface StartElementListener
| android.sax.StartElementListener |
| |
倾听元素的开始。
Public methods |
|
|---|---|
abstract void |
start(Attributes attributes) 在元素的开头调用。 |
void start (Attributes attributes)
在元素的开头调用。
| Parameters | |
|---|---|
attributes |
Attributes: from the element |