KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > xml > sax > AttributeList

org.xml.sax
Interface AttributeList

All Known Implementing Classes:
AttributeListImpl
See Also:
Top Examples, Source Code, Attributes, startElement

int getLength()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getName(int i)
See Also:
getLength()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getType(int i)
See Also:
getType(java.lang.String), getLength()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getType(String name)
See Also:
getType(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getValue(int i)
See Also:
getValue(java.lang.String), getLength()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getValue(String name)
See Also:
getValue(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags