Eclipse JDT
Release 3.0

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)
          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.
 


Eclipse JDT
Release 3.0

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