Uses of Interface
org.eclipse.jdt.core.jdom.IDOMNode
-
Packages that use IDOMNode Package Description org.eclipse.jdt.core.jdom Provides a support for Java document manipulation through the JDOM model. -
-
Uses of IDOMNode in org.eclipse.jdt.core.jdom
Subinterfaces of IDOMNode in org.eclipse.jdt.core.jdom Modifier and Type Interface Description interfaceIDOMCompilationUnitDeprecated.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.interfaceIDOMFieldDeprecated.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.interfaceIDOMImportDeprecated.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.interfaceIDOMInitializerDeprecated.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.interfaceIDOMMemberDeprecated.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.interfaceIDOMMethodDeprecated.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.interfaceIDOMPackageDeprecated.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.interfaceIDOMTypeDeprecated.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 Modifier and Type Method Description IDOMNodeIDOMNode. getChild(String name)Deprecated.Returns the first named child of this node with the given name.IDOMNodeIDOMNode. getFirstChild()Deprecated.Returns the first child of this node.IDOMNodeIDOMNode. getNextNode()Deprecated.Returns the sibling node immediately following this node.IDOMNodeIDOMNode. getParent()Deprecated.Returns the parent of this node.IDOMNodeIDOMNode. getPreviousNode()Deprecated.Returns the sibling node immediately preceding this node.Methods in org.eclipse.jdt.core.jdom with parameters of type IDOMNode Modifier and Type Method Description voidIDOMNode. addChild(IDOMNode child)Deprecated.Adds the given un-parented node (document fragment) as the last child of this node.voidIDOMNode. insertSibling(IDOMNode sibling)Deprecated.Inserts the given un-parented node as a sibling of this node, immediately before this node.booleanIDOMNode. isAllowableChild(IDOMNode node)Deprecated.Returns whether the given node is an allowable child for this node.booleanIDOMNode. isSignatureEqual(IDOMNode node)Deprecated.Returns whether this node's signature is equivalent to the given node's signature.
-