Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.jdom.DOMNode
Packages that use DOMNode
-
Uses of DOMNode in org.aspectj.org.eclipse.jdt.internal.core.jdom
Fields in org.aspectj.org.eclipse.jdt.internal.core.jdom declared as DOMNodeModifier and TypeFieldDescriptionprotected DOMNodeDOMNode.fFirstChildDeprecated.The first child of this node -nullwhen this node has no children.protected DOMNodeDOMNode.fLastChildDeprecated.The last child of this node -nullwhen this node has no children.protected DOMNodeDOMNode.fNextNodeDeprecated.The sibling node following this node -nullfor the last node in the sibling list.protected DOMNodeAbstractDOMBuilder.fNodeDeprecated.The current node being constructed.protected DOMNodeDOMNode.fParentDeprecated.The parent of this node.protected DOMNodeDOMNode.fPreviousNodeDeprecated.The sibling node preceding this node -nullfor the first node in the sibling list.Methods in org.aspectj.org.eclipse.jdt.internal.core.jdom that return DOMNodeModifier and TypeMethodDescriptionprotected DOMNodeDOMNode.getDetailedNode()Deprecated.Returns a new document fragment representing this node with detailed source indexes.protected abstract DOMNodeDOMNode.newDOMNode()Deprecated.Returns a new emptyDOMNodefor this instance.Methods in org.aspectj.org.eclipse.jdt.internal.core.jdom with parameters of type DOMNodeModifier and TypeMethodDescriptionprotected booleanDOMNode.isContentMergableWith(DOMNode node) Deprecated.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) Deprecated.Sets the contents of this node and descendant nodes to be the (identical) contents of the given node and its descendants.