|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attribute | |
|---|---|
| proper.xml | Contains classes for handling XML documents and XSLT. |
| Uses of Attribute in proper.xml |
|---|
| Methods in proper.xml that return Attribute | |
|---|---|
Attribute |
Element.getAttribute(java.lang.String name)
returns the attribute with the given index, can be NULL |
Attribute |
Element.getAttributeAt(int attIndex)
returns the attribute at the given index |
| Methods in proper.xml with parameters of type Attribute | |
|---|---|
void |
Element.addAttribute(Attribute attr)
adds the given attribute to its own list |
void |
Element.insertAttribute(Attribute attr,
int index)
inserts the given attribute at the specified index |
void |
Element.removeAttribute(Attribute attr)
removes the given attribute from the attributes |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||