| Modifier and Type | Field and Description |
|---|---|
String[] |
attributes |
protected XMLNode |
child |
String |
name |
String |
value |
String[] |
values |
| Modifier and Type | Method and Description |
|---|---|
XMLNode |
addElement(String name) |
XMLNode |
addElement(String name,
String value) |
XMLNode |
addElement(String name,
String[] attributes,
String[] values) |
XMLNode |
addElement(String name,
String value,
String[] attributes) |
XMLNode |
addElement(String name,
String value,
String[] attributes,
String[] values) |
XMLNode |
addElement(String name,
String value,
String attribute,
String attributeValue) |
String |
toString() |
Copyright © 2020 Soot OSS. All rights reserved.