Uses of Class
com.l2fprod.contrib.nanoxml.XMLElement
-
Packages that use XMLElement Package Description com.l2fprod.contrib.nanoxml -
-
Uses of XMLElement in com.l2fprod.contrib.nanoxml
Methods in com.l2fprod.contrib.nanoxml that return XMLElement Modifier and Type Method Description protected XMLElementXMLElement. createAnotherElement()Creates a new XML element.Methods in com.l2fprod.contrib.nanoxml with parameters of type XMLElement Modifier and Type Method Description voidXMLElement. addChild(XMLElement child)Adds a subobject.voidXMLElement. removeChild(XMLElement child)Removes a child object.
-