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