Uses of Class
net.sourceforge.nanoxml.XMLElement
-
Packages that use XMLElement Package Description net.sourceforge.nanoxml -
-
Uses of XMLElement in net.sourceforge.nanoxml
Methods in net.sourceforge.nanoxml that return XMLElement Modifier and Type Method Description protected XMLElementXMLElement. createAnotherElement()Creates a new similar XML element.Methods in net.sourceforge.nanoxml that return types with arguments of type XMLElement Modifier and Type Method Description java.util.Enumeration<XMLElement>XMLElement. enumerateChildren()Methods in net.sourceforge.nanoxml with parameters of type XMLElement Modifier and Type Method Description voidXMLElement. addChild(XMLElement child)Adds a child element.protected voidXMLElement. scanElement(XMLElement elt)Scans an XML element.
-