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!