Uses of Class
com.l2fprod.contrib.nanoxml.XMLElement

Packages that use XMLElement
com.l2fprod.contrib.nanoxml   
 

Uses of XMLElement in com.l2fprod.contrib.nanoxml
 

Methods in com.l2fprod.contrib.nanoxml that return XMLElement
protected  XMLElement XMLElement.createAnotherElement()
          Creates a new XML element.
 

Methods in com.l2fprod.contrib.nanoxml with parameters of type XMLElement
 void XMLElement.addChild(XMLElement child)
          Adds a subobject.
 void XMLElement.removeChild(XMLElement child)
          Removes a child object.