|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DOMException | |
|---|---|
| org.eclipse.jdt.core.jdom | |
| org.eclipse.jdt.internal.core.jdom | |
| Uses of DOMException in org.eclipse.jdt.core.jdom |
|---|
| Methods in org.eclipse.jdt.core.jdom that throw DOMException | |
|---|---|
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. |
| Uses of DOMException in org.eclipse.jdt.internal.core.jdom |
|---|
| Methods in org.eclipse.jdt.internal.core.jdom that throw DOMException | |
|---|---|
void |
DOMNode.addChild(IDOMNode child)
Deprecated. Adds the given un-parented node (document fragment) as the last child of this node. |
protected void |
DOMNode.becomeDetailed()
Deprecated. Generates detailed source indexes for this node if possible. |
void |
DOMNode.insertSibling(IDOMNode sibling)
Deprecated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||