Package | Description |
---|---|
org.eclipse.jdt.core.jdom |
Provides a support for Java document manipulation through the JDOM model.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.