|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjd.xml.xslt.result.AttributeList
AttributeList store a list of attribute name/value pairs
Constructor Summary | |
AttributeList()
|
Method Summary | |
void |
add(String name,
String value)
Add an attribute name and value to the list If an attribute with same name already exists the value will be replaced, else the attribute is added to list. |
void |
clear()
Clear the list. |
String |
getName(int i)
Return the name of the i-th attribute. |
String |
getValue(int i)
Return the value of the i-th attribute. |
int |
size()
Return the list size. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeList()
Method Detail |
public int size()
public void clear()
public void add(String name, String value)
public String getName(int i)
public String getValue(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |