Uses of Class
nu.xom.IllegalAddException

Packages that use IllegalAddException
nu.xom nu.xom is the core package of XOM that contains all the basic classes representing the different kinds of nodes: elements, attributes, comments, text nodes, and so forth. 
 

Uses of IllegalAddException in nu.xom
 

Subclasses of IllegalAddException in nu.xom
 class CycleException
           A CycleException indicates an attempt to insert an ancestor element as one of its own descendants.
 class MultipleParentException
           A MultipleParentException indicates an attempt to add an element that already has a parent to a node.
 



Copyright 2002-2004 Elliotte Rusty Harold
elharo@metalab.unc.edu