JDOM
1.0beta10

Uses of Class
org.jdom.IllegalAddException

Packages that use IllegalAddException
org.jdom Classes to represent the components of an XML document. 
 

Uses of IllegalAddException in org.jdom
 

Methods in org.jdom that throw IllegalAddException
 void Document.canContain(Content child, int index)
           
 void Parent.canContain(Content child, int index)
          Checks if this parent can contain the given child at the specified position, throwing a descriptive IllegalAddException if not and simply returning if it's allowed.
 void Element.canContain(Content child, int index)
           
 


JDOM
1.0beta10

Copyright © 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.