Uses of Class
org.kxml2.kdom.Node
-
Packages that use Node Package Description org.kxml2.kdom -
-
Uses of Node in org.kxml2.kdom
Subclasses of Node in org.kxml2.kdom Modifier and Type Class Description class
Document
The document consists of some legacy events and a single root element.class
Element
In order to create an element, please use the createElement method instead of invoking the constructor directly.Methods in org.kxml2.kdom that return Node Modifier and Type Method Description Node
Element. getParent()
Returns the parent node of this elementNode
Element. getRoot()
Returns the root node, determined by ascending to the all parents un of the root element.
-