JDOM 1.0 | ||
Frames | No Frames |
Classes implementing org.jdom.Parent | |
class | An XML document. |
class | An XML element. |
Fields of type org.jdom.Parent | |
Parent |
Methods with parameter type org.jdom.Parent | |
void | |
void | |
void | |
Content | Sets the parent of this Content. |
Methods with return type org.jdom.Parent | |
Parent | Return this child's parent, or null if this child is currently
not attached. |
Parent | Return this parent's parent, or null if this parent is currently
not attached to another parent. |
Parent | Return this parent's parent, or null if this parent is currently
not attached to another parent. |
Parent | Element.setContent(int index, Collection collection) Replace the child at the given index whith the supplied
collection. |