Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.core.jdom.IDOMNode
Packages, die IDOMNode verwenden
Package
Beschreibung
Provides a support for Java document manipulation through the JDOM model.
-
Verwendungen von IDOMNode in org.aspectj.org.eclipse.jdt.core.jdom
Unterschnittstellen von IDOMNode in org.aspectj.org.eclipse.jdt.core.jdomModifizierer und TypSchnittstelleBeschreibunginterfaceVeraltet.The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.aspectj.org.eclipse.jdt.core.dom package.interfaceVeraltet.The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.aspectj.org.eclipse.jdt.core.dom package.interfaceVeraltet.The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.aspectj.org.eclipse.jdt.core.dom package.interfaceVeraltet.The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.aspectj.org.eclipse.jdt.core.dom package.interfaceVeraltet.The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.aspectj.org.eclipse.jdt.core.dom package.interfaceVeraltet.The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.aspectj.org.eclipse.jdt.core.dom package.interfaceVeraltet.The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.aspectj.org.eclipse.jdt.core.dom package.interfaceVeraltet.The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.aspectj.org.eclipse.jdt.core.dom package.Methoden in org.aspectj.org.eclipse.jdt.core.jdom, die IDOMNode zurückgebenModifizierer und TypMethodeBeschreibungVeraltet.Returns the first named child of this node with the given name.IDOMNode.getFirstChild()Veraltet.Returns the first child of this node.IDOMNode.getNextNode()Veraltet.Returns the sibling node immediately following this node.IDOMNode.getParent()Veraltet.Returns the parent of this node.IDOMNode.getPreviousNode()Veraltet.Returns the sibling node immediately preceding this node.Methoden in org.aspectj.org.eclipse.jdt.core.jdom mit Parametern vom Typ IDOMNodeModifizierer und TypMethodeBeschreibungvoidVeraltet.Adds the given un-parented node (document fragment) as the last child of this node.voidIDOMNode.insertSibling(IDOMNode sibling) Veraltet.Inserts the given un-parented node as a sibling of this node, immediately before this node.booleanIDOMNode.isAllowableChild(IDOMNode node) Veraltet.Returns whether the given node is an allowable child for this node.booleanIDOMNode.isSignatureEqual(IDOMNode node) Veraltet.Returns whether this node's signature is equivalent to the given node's signature. -
Verwendungen von IDOMNode in org.aspectj.org.eclipse.jdt.internal.core.jdom
Klassen in org.aspectj.org.eclipse.jdt.internal.core.jdom, die IDOMNode implementierenModifizierer und TypKlasseBeschreibungclassVeraltet.The JDOM was made obsolete by the addition in 2.0 of the more powerful, fine-grained DOM/AST API found in the org.aspectj.org.eclipse.jdt.core.dom package.Methoden in org.aspectj.org.eclipse.jdt.internal.core.jdom, die IDOMNode zurückgebenModifizierer und TypMethodeBeschreibungVeraltet.DOMNode.getFirstChild()Veraltet.DOMNode.getNextNode()Veraltet.DOMNode.getParent()Veraltet.DOMNode.getPreviousNode()Veraltet.protected IDOMNodeDOMNode.getRoot()Veraltet.Returns the root node of this document fragment.Methoden in org.aspectj.org.eclipse.jdt.internal.core.jdom mit Parametern vom Typ IDOMNodeModifizierer und TypMethodeBeschreibungprotected voidVeraltet.Adds the given node to the current enclosing scope, building the JDOM tree.protected voidVeraltet.Adds the given node to the current enclosing scope, building the JDOM tree.voidVeraltet.Adds the given un-parented node (document fragment) as the last child of this node.voidDOMNode.insertSibling(IDOMNode sibling) Veraltet.booleanDOMNode.isAllowableChild(IDOMNode node) Veraltet.booleanDOMNode.isSignatureEqual(IDOMNode node) Veraltet.