Uses of Class
org.jdom2.IllegalAddException
-
Packages that use IllegalAddException Package Description org.jdom2 Classes representing the components of an XML document. -
-
Uses of IllegalAddException in org.jdom2
Methods in org.jdom2 that throw IllegalAddException Modifier and Type Method Description void
Element. canContainContent(Content child, int index, boolean replace)
void
Parent. canContainContent(Content content, int index, boolean replace)
Test whether this Parent instance can contain the specified content at the specified position.
-