Uses of Interface
org.jdom.Parent
Packages that use Parent
-
Uses of Parent in org.jdom
Modifier and TypeMethodDescriptionContent.getParent()
Return this child's parent, or null if this child is currently not attached.Document.getParent()
Parent.getParent()
Return this parent's parent, or null if this parent is currently not attached to another parent.Element.setContent
(int index, Collection newContent) Replace the child at the given index whith the supplied collection.Modifier and TypeMethodDescriptionvoid
DefaultJDOMFactory.addContent
(Parent parent, Content child) void
JDOMFactory.addContent
(Parent parent, Content content) void
UncheckedJDOMFactory.addContent
(Parent parent, Content child) protected Content
Sets the parent of this Content.