Uses of Class
net.sourceforge.nanoxml.XMLElement
Packages that use XMLElement
-
Uses of XMLElement in net.sourceforge.nanoxml
Methods in net.sourceforge.nanoxml that return XMLElementModifier and TypeMethodDescriptionprotected XMLElement
XMLElement.createAnotherElement()
Creates a new similar XML element.Methods in net.sourceforge.nanoxml that return types with arguments of type XMLElementMethods in net.sourceforge.nanoxml with parameters of type XMLElementModifier and TypeMethodDescriptionvoid
XMLElement.addChild
(XMLElement child) Adds a child element.protected void
XMLElement.scanElement
(XMLElement elt) Scans an XML element.