Uses of Class
com.l2fprod.contrib.nanoxml.XMLElement
Packages that use XMLElement
-
Uses of XMLElement in com.l2fprod.contrib.nanoxml
Methods in com.l2fprod.contrib.nanoxml that return XMLElementModifier and TypeMethodDescriptionprotected XMLElement
XMLElement.createAnotherElement()
Creates a new XML element.Methods in com.l2fprod.contrib.nanoxml with parameters of type XMLElementModifier and TypeMethodDescriptionvoid
XMLElement.addChild
(XMLElement child) Adds a subobject.void
XMLElement.removeChild
(XMLElement child) Removes a child object.