Package | Description |
---|---|
org.xaffect.util.xmlparser |
Modifier and Type | Method and Description |
---|---|
XMLElement[] |
XMLElement.getChildren(java.lang.String name)
Returns the an array of found child with given name.
|
XMLElement |
XMLElement.getParent() |
static XMLElement[] |
XMLParser.parseXML(java.lang.String xml)
Parses XML and returns all found
XMLElement s without further
root-elements in an array. |
Modifier and Type | Method and Description |
---|---|
java.util.Vector<XMLElement> |
XMLElement.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
XMLElement.setParent(XMLElement parent)
Sets the
XMLElement 's parent XMLElement . |