File
Doc
Category
Size
Date
Package
StartElementListener.java
API Doc
Android 1.5 API
919
Wed May 06 22:42:00 BST 2009
android.sax
StartElementListener
public interface StartElementListener
Listens for the beginning of elements.
Fields Summary
Constructors Summary
Methods Summary
public void
start
(
org.xml.sax.Attributes
attributes)
Invoked at the beginning of an element.
param
attributes from the element
Java Code Source