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 XMLElementXMLElement.createAnotherElement()Creates a new XML element.Methods in com.l2fprod.contrib.nanoxml with parameters of type XMLElementModifier and TypeMethodDescriptionvoidXMLElement.addChild(XMLElement child) Adds a subobject.voidXMLElement.removeChild(XMLElement child) Removes a child object.