|
JDOM 1.0beta10 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parent | |
org.jdom | Classes to represent the components of an XML document. |
Uses of Parent in org.jdom |
Classes in org.jdom that implement Parent | |
class |
Document
An XML document. |
class |
Element
An XML element. |
Fields in org.jdom declared as Parent | |
protected Parent |
Content.parent
|
Methods in org.jdom that return Parent | |
Parent |
Parent.addContent(Content child)
Appends the child to the end of the content list. |
Parent |
Parent.addContent(java.util.Collection collection)
Appends all children in the given collection to the end of the content list. |
Parent |
Parent.addContent(int index,
Content child)
Inserts the child into the content list at the given index. |
Parent |
Parent.addContent(int index,
java.util.Collection collection)
Inserts the content in a collection into the content list at the given index. |
Parent |
Parent.setContent(Content child)
Set this parent's content to the supplied child. |
Parent |
Parent.setContent(java.util.Collection collection)
Sets this parent's content to the supplied content list. |
Parent |
Parent.setContent(int index,
Content child)
Replaces the current child the given index with the supplied child. |
Parent |
Parent.setContent(int index,
java.util.Collection collection)
Replaces the child at the given index whith the supplied collection. |
Parent |
Parent.getParent()
Return this parent's parent, or null if this parent is currently not attached to another parent. |
Parent |
Element.setContent(java.util.Collection newContent)
This sets the content of the element. |
Parent |
Element.setContent(int index,
Content child)
Replace the current child the given index with the supplied child. |
Parent |
Element.setContent(int index,
java.util.Collection collection)
Replace the child at the given index whith the supplied collection. |
Parent |
Element.addContent(java.lang.String str)
This adds text content to this element. |
Parent |
Element.addContent(Content child)
This appends a child to this element. |
Parent |
Element.addContent(java.util.Collection collection)
|
Parent |
Element.addContent(int index,
Content child)
|
Parent |
Element.addContent(int index,
java.util.Collection c)
|
Parent |
Element.setContent(Content child)
|
Parent |
Document.addContent(Content child)
Adds the specified PI to the document. |
Parent |
Document.addContent(java.util.Collection c)
|
Parent |
Document.addContent(int index,
Content child)
|
Parent |
Document.addContent(int index,
java.util.Collection c)
|
Parent |
Document.setContent(java.util.Collection newContent)
This sets the content of the Document . |
Parent |
Document.setContent(int index,
Content child)
|
Parent |
Document.setContent(int index,
java.util.Collection collection)
Replace the child at the given index whith the supplied collection. |
Parent |
Document.setContent(Content child)
|
Parent |
Document.getParent()
|
Parent |
Content.getParent()
Return this child's parent, or null if this child is currently not attached. |
Methods in org.jdom with parameters of type Parent | |
protected Content |
Content.setParent(Parent parent)
Sets the parent of this Content. |
|
JDOM 1.0beta10 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |