API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.xml.sax. AttributeList View Source
Author(s)
David Megginson
Since
SAX 1.0
Version
2.0.1 (sax2r2)
Serial
Hierarchy
 AttributeList
Subinterfaces
Description
public interface AttributeList
  Interface for an element's attribute specifications.
Methods
Hide/Show inherited methods
public int getLength ()
  Return the number of attributes in this list.
public String getName (int i)
  Return the name of an attribute in this list (by position).
public String getType (int i)
  Return the type of an attribute in the list (by position).
public String getType (String name)
  Return the type of an attribute in the list (by name).
public String getValue (int i)
  Return the value of an attribute in the list (by position).
public String getValue (String name)
  Return the value of an attribute in the list (by name).
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar