Uses of Class
org.eclipse.jdt.internal.core.jdom.DOMNode

Packages that use DOMNode
org.eclipse.jdt.internal.core.jdom   
 

Uses of DOMNode in org.eclipse.jdt.internal.core.jdom
 

Fields in org.eclipse.jdt.internal.core.jdom declared as DOMNode
protected  DOMNode DOMNode.fFirstChild
          Deprecated. The first child of this node - null when this node has no children.
protected  DOMNode DOMNode.fLastChild
          Deprecated. The last child of this node - null when this node has no children.
protected  DOMNode DOMNode.fNextNode
          Deprecated. The sibling node following this node - null for the last node in the sibling list.
protected  DOMNode AbstractDOMBuilder.fNode
          Deprecated. The current node being constructed.
protected  DOMNode DOMNode.fParent
          Deprecated. The parent of this node.
protected  DOMNode DOMNode.fPreviousNode
          Deprecated. The sibling node preceding this node - null for the first node in the sibling list.
 

Methods in org.eclipse.jdt.internal.core.jdom that return DOMNode
protected  DOMNode DOMNode.getDetailedNode()
          Deprecated. Returns a new document fragment representing this node with detailed source indexes.
protected abstract  DOMNode DOMNode.newDOMNode()
          Deprecated. Returns a new empty DOMNode for this instance.
 

Methods in org.eclipse.jdt.internal.core.jdom with parameters of type DOMNode
protected  boolean DOMNode.isContentMergableWith(DOMNode node)
          Deprecated. Returns true if the contents of this node are from the same document as the given node, the contents of this node immediately follow the contents of the given node, and neither this node or the given node are fragmented - otherwise false.
protected  void DOMNode.shareContents(DOMNode node)
          Deprecated. Sets the contents of this node and descendant nodes to be the (identical) contents of the given node and its descendants.