Uses of Interface
org.jdom.Parent
-
Packages that use Parent Package Description org.jdom Classes to represent the components of an XML document. -
-
Uses of Parent in org.jdom
Classes in org.jdom that implement Parent Modifier and Type Class Description classDocumentAn XML document.classElementAn XML element.Fields in org.jdom declared as Parent Modifier and Type Field Description protected ParentContent. parentMethods in org.jdom that return Parent Modifier and Type Method Description ParentContent. getParent()Return this child's parent, or null if this child is currently not attached.ParentDocument. getParent()ParentParent. getParent()Return this parent's parent, or null if this parent is currently not attached to another parent.ParentElement. setContent(int index, java.util.Collection newContent)Replace the child at the given index whith the supplied collection.Methods in org.jdom with parameters of type Parent Modifier and Type Method Description voidDefaultJDOMFactory. addContent(Parent parent, Content child)voidJDOMFactory. addContent(Parent parent, Content content)voidUncheckedJDOMFactory. addContent(Parent parent, Content child)protected ContentContent. setParent(Parent parent)Sets the parent of this Content.
-