Uses of Class
org.enhydra.xml.NodeImpl

Packages that use NodeImpl
org.enhydra.xml   
 

Uses of NodeImpl in org.enhydra.xml
 

Subclasses of NodeImpl in org.enhydra.xml
 class AttrImpl
           
 class CharacterDataImpl
           
 class CommentImpl
           
 class ElementImpl
           
 class HashMapElement
           
 class SearchElement
           
 class TextImpl
           
 class XMLConfig
           
 

Fields in org.enhydra.xml declared as NodeImpl
protected  NodeImpl NodeImpl.parent
          The parent node of this node, or null if this node forms the root of its own tree.
protected  NodeImpl NodeImpl.firstChild
          The first (leftmost) child node of this node, or null if this node is a leaf node.
protected  NodeImpl NodeImpl.lastChild
          The last (rightmost) child node of this node, or null if this node is a leaf node.
protected  NodeImpl NodeImpl.nextSibling
          The next (right) sibling node of this node, or null if this node is its parent's last child node.
protected  NodeImpl NodeImpl.previousSibling
          The previous (left) sibling node of this node, or null if this node is its parent's first child node.
 

Constructors in org.enhydra.xml with parameters of type NodeImpl
NodeImpl(NodeImpl node)
          Constructs a NodeImpl from the given node, without creating entire children subtree.
 



Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.