Uses of Class
com.uc4.api.objects.XMLDocuNode
-
Packages that use XMLDocuNode Package Description com.uc4.api.objects -
-
Uses of XMLDocuNode in com.uc4.api.objects
Methods in com.uc4.api.objects that return XMLDocuNode Modifier and Type Method Description XMLDocuNode
XMLDocumentation. root()
Methods in com.uc4.api.objects that return types with arguments of type XMLDocuNode Modifier and Type Method Description java.util.Iterator<XMLDocuNode>
XMLDocuNode. iterator()
Iterator which returns all child nodes.Methods in com.uc4.api.objects with parameters of type XMLDocuNode Modifier and Type Method Description void
XMLDocuNode. addChildNode(XMLDocuNode node)
Adds a new child node.
-