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