Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.core.jdom.DOMNode
Packages, die DOMNode verwenden
-
Verwendungen von DOMNode in org.aspectj.org.eclipse.jdt.internal.core.jdom
Felder in org.aspectj.org.eclipse.jdt.internal.core.jdom, die deklariert sind als DOMNodeModifizierer und TypFeldBeschreibungprotected DOMNodeDOMNode.fFirstChildVeraltet.The first child of this node -nullwhen this node has no children.protected DOMNodeDOMNode.fLastChildVeraltet.The last child of this node -nullwhen this node has no children.protected DOMNodeDOMNode.fNextNodeVeraltet.The sibling node following this node -nullfor the last node in the sibling list.protected DOMNodeAbstractDOMBuilder.fNodeVeraltet.The current node being constructed.protected DOMNodeDOMNode.fParentVeraltet.The parent of this node.protected DOMNodeDOMNode.fPreviousNodeVeraltet.The sibling node preceding this node -nullfor the first node in the sibling list.Methoden in org.aspectj.org.eclipse.jdt.internal.core.jdom, die DOMNode zurückgebenModifizierer und TypMethodeBeschreibungprotected DOMNodeDOMNode.getDetailedNode()Veraltet.Returns a new document fragment representing this node with detailed source indexes.protected abstract DOMNodeDOMNode.newDOMNode()Veraltet.Returns a new emptyDOMNodefor this instance.Methoden in org.aspectj.org.eclipse.jdt.internal.core.jdom mit Parametern vom Typ DOMNodeModifizierer und TypMethodeBeschreibungprotected booleanDOMNode.isContentMergableWith(DOMNode node) Veraltet.Returnstrueif 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 - otherwisefalse.protected voidDOMNode.shareContents(DOMNode node) Veraltet.Sets the contents of this node and descendant nodes to be the (identical) contents of the given node and its descendants.