Added in API level 1

StartElementListener


public interface StartElementListener

android.sax.StartElementListener
ElementListener Listens for the beginning and ending of elements. 
TextElementListener Listens for the beginning and ending of text elements. 


Listens for the beginning of elements.

Summary

Public methods

abstract void start(Attributes attributes)

Invoked at the beginning of an element.

Public methods

start

Added in API level 1
public abstract void start (Attributes attributes)

Invoked at the beginning of an element.

Parameters
attributes Attributes: from the element