| Package | Description |
|---|---|
| org.cybergarage.xml |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Node.getAttribute(int index) |
Attribute |
AttributeList.getAttribute(int n) |
Attribute |
Node.getAttribute(String name) |
Attribute |
AttributeList.getAttribute(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
Node.addAttribute(Attribute attr) |
void |
Node.insertAttributeAt(Attribute attr,
int index) |
boolean |
Node.removeAttribute(Attribute attr) |
void |
Attribute.set(Attribute otherAttr) |
| Constructor and Description |
|---|
Attribute(Attribute otherAttr) |