Uses of Interface org.jdom.Parent

Uses in package org.jdom

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.

Copyright B) 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved.