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 XMLElementXMLElement.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 TypeMethodDescriptionvoidXMLElement.addChild(XMLElement child) Adds a child element.protected voidXMLElement.scanElement(XMLElement elt) Scans an XML element.