Uses of Class
org.kxml2.kdom.Node

Packages that use Node
org.ksoap2 This package contains basic classes required for handling SOAP Envelopes and literal XML content. 
org.kxml2.kdom   
 

Uses of Node in org.ksoap2
 

Fields in org.ksoap2 declared as Node
 Node SoapFault.detail
          A KDom Node holding the details of the fault
 

Uses of Node in org.kxml2.kdom
 

Subclasses of Node in org.kxml2.kdom
 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.
 

Fields in org.kxml2.kdom declared as Node
protected  Node Element.parent
           
 

Methods in org.kxml2.kdom that return Node
 Node Element.getParent()
          Returns the parent node of this element
 Node Element.getRoot()
          Returns the root node, determined by ascending to the all parents un of the root element.
 

Methods in org.kxml2.kdom with parameters of type Node
protected  void Element.setParent(Node parent)
          Sets the Parent of this element.