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