Most visited

Recently visited

Added in API level 1

StartElementListener

public interface StartElementListener

android.sax.StartElementListener
Known Indirect Subclasses


倾听元素的开始。

摘要(Summary)

公共方法(Public methods)

abstract void start(Attributes attributes)

在元素的开头调用。

公共方法(Public methods)

start

Added in API level 1
void start (Attributes attributes)

在元素的开头调用。

参数(Parameters)
attributes Attributes: from the element

Hooray!