|
JDOM 1.0beta10 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |