With addAttribute() you can add attributes to a XMLElement.
Adds the specified node to the XML element's child list.
This method returns the number of all nodes of a XMLElement.
Use this method to count the attributes of a XMLElement.
With countChildren() you get the number of children of a XMLElement.
Returns the first child of the element.
Returns the value of a given attribute.
Returns a String Array with all attribute names of an Element.
Use getChild() to get a certain child element of a XMLElement.
Returns an Array with all the children of an element.
Use getDepth to get the maximum depth of an Element to one of its leaves.
Use this method to get the name or text of an XMLElement.
Use getFloatAttribute() to get the value of an attribute as float value.
Use getIntAttribute() to get the value of an attribute as int value.
Returns the name of the element.
With getParent() you can get the parent of a XMLElement.
Returns the text of the element.
This method checks if the XMLElement has the given Attribute.
Use this method to check if the XMLElement has attributes.
Specifies whether or not the XML object has child nodes.
Checks if a XMLElement is a text element
Returns the last child of the element.
Returns the next sibling of the element.
Returns the previous sibling of the element.
Prints out the XML content of the element.
Removes the specified XML element from its parent.
Use toString to get the String representation of a XMLElement.