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 TypeMethodDescriptionvoidDefaultJDOMFactory.addContent(Parent parent, Content child) voidJDOMFactory.addContent(Parent parent, Content content) voidUncheckedJDOMFactory.addContent(Parent parent, Content child) protected ContentSets the parent of this Content.