Eclipse JDT
2.1

Uses of Class
org.eclipse.jdt.core.jdom.DOMException

Packages that use DOMException
org.eclipse.jdt.core.jdom Provides a support for java document manipulation through the JDOM model. 
 

Uses of DOMException in org.eclipse.jdt.core.jdom
 

Methods in org.eclipse.jdt.core.jdom that throw DOMException
 void IDOMNode.addChild(IDOMNode child)
          Adds the given un-parented node (document fragment) as the last child of this node.
 void IDOMNode.insertSibling(IDOMNode sibling)
          Inserts the given un-parented node as a sibling of this node, immediately before this node.
 


Eclipse JDT
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.