Uses of Interface
org.eclipse.jdt.core.jdom.IDOMNode

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

Uses of IDOMNode in org.eclipse.jdt.core.jdom
 

Subinterfaces of IDOMNode in org.eclipse.jdt.core.jdom
 interface IDOMCompilationUnit
          Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
 interface IDOMField
          Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
 interface IDOMImport
          Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
 interface IDOMInitializer
          Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
 interface IDOMMember
          Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
 interface IDOMMethod
          Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
 interface IDOMPackage
          Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
 interface IDOMType
          Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
 

Methods in org.eclipse.jdt.core.jdom that return IDOMNode
 IDOMNode IDOMNode.getChild(java.lang.String name)
          Deprecated. Returns the first named child of this node with the given name.
 IDOMNode IDOMNode.getFirstChild()
          Deprecated. Returns the first child of this node.
 IDOMNode IDOMNode.getNextNode()
          Deprecated. Returns the sibling node immediately following this node.
 IDOMNode IDOMNode.getParent()
          Deprecated. Returns the parent of this node.
 IDOMNode IDOMNode.getPreviousNode()
          Deprecated. Returns the sibling node immediately preceding this node.
 

Methods in org.eclipse.jdt.core.jdom with parameters of type IDOMNode
 void IDOMNode.addChild(IDOMNode child)
          Deprecated. Adds the given un-parented node (document fragment) as the last child of this node.
 void IDOMNode.insertSibling(IDOMNode sibling)
          Deprecated. Inserts the given un-parented node as a sibling of this node, immediately before this node.
 boolean IDOMNode.isAllowableChild(IDOMNode node)
          Deprecated. Returns whether the given node is an allowable child for this node.
 boolean IDOMNode.isSignatureEqual(IDOMNode node)
          Deprecated. Returns whether this node's signature is equivalent to the given node's signature.
 

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

Classes in org.eclipse.jdt.internal.core.jdom that implement IDOMNode
 class DOMNode
          Deprecated. The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.eclipse.jdt.core.dom package.
 

Methods in org.eclipse.jdt.internal.core.jdom that return IDOMNode
 IDOMNode DOMNode.getChild(java.lang.String name)
          Deprecated.  
 IDOMNode DOMNode.getFirstChild()
          Deprecated.  
 IDOMNode DOMNode.getNextNode()
          Deprecated.  
 IDOMNode DOMNode.getParent()
          Deprecated.  
 IDOMNode DOMNode.getPreviousNode()
          Deprecated.  
protected  IDOMNode DOMNode.getRoot()
          Deprecated. Returns the root node of this document fragment.
 

Methods in org.eclipse.jdt.internal.core.jdom with parameters of type IDOMNode
protected  void AbstractDOMBuilder.addChild(IDOMNode child)
          Deprecated. Adds the given node to the current enclosing scope, building the JDOM tree.
protected  void DOMBuilder.addChild(IDOMNode child)
          Deprecated. Adds the given node to the current enclosing scope, building the JDOM tree.
 void DOMNode.addChild(IDOMNode child)
          Deprecated. Adds the given un-parented node (document fragment) as the last child of this node.
 void DOMNode.insertSibling(IDOMNode sibling)
          Deprecated.  
 boolean DOMNode.isAllowableChild(IDOMNode node)
          Deprecated.  
 boolean DOMNode.isSignatureEqual(IDOMNode node)
          Deprecated.