Package | Description |
---|---|
org.jdom |
Classes to represent the components of an XML document.
|
Modifier and Type | Class and Description |
---|---|
class |
Document
An XML document.
|
class |
Element
An XML element.
|
Modifier and Type | Field and Description |
---|---|
protected Parent |
Content.parent |
Modifier and Type | Method and Description |
---|---|
Parent |
Parent.getParent()
Return this parent's parent, or null if this parent is currently
not attached to another parent.
|
Parent |
Document.getParent() |
Parent |
Content.getParent()
Return this child's parent, or null if this child is currently
not attached.
|
Parent |
Element.setContent(int index,
Collection newContent)
Replace the child at the given index whith the supplied
collection.
|
Modifier and Type | Method and Description |
---|---|
void |
UncheckedJDOMFactory.addContent(Parent parent,
Content child) |
void |
JDOMFactory.addContent(Parent parent,
Content content) |
void |
DefaultJDOMFactory.addContent(Parent parent,
Content child) |
protected Content |
Content.setParent(Parent parent)
Sets the parent of this Content.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.