|
|||||||||
| Home >> All >> org >> [ jdom overview ] | PREV NEXT | ||||||||
Uses of Class
org.jdom.Document
| Uses of Document in org.jdom |
| Methods in org.jdom that return Document | |
Document |
UncheckedJDOMFactory.document(Element rootElement,
DocType docType,
java.lang.String baseURI)
|
Document |
UncheckedJDOMFactory.document(Element rootElement,
DocType docType)
|
Document |
UncheckedJDOMFactory.document(Element rootElement)
|
Document |
Parent.getDocument()
Return this parent's owning document or null if the branch containing this parent is currently not attached to a document. |
Document |
JDOMFactory.document(Element rootElement,
DocType docType)
This will create a new Document,
with the supplied Element
as the root element and the supplied
DocType declaration. |
Document |
JDOMFactory.document(Element rootElement,
DocType docType,
java.lang.String baseURI)
This will create a new Document,
with the supplied Element
as the root element and the supplied
DocType declaration. |
Document |
JDOMFactory.document(Element rootElement)
This will create a new Document,
with the supplied Element
as the root element, and no DocType
declaration. |
Document |
DefaultJDOMFactory.document(Element rootElement,
DocType docType)
|
Document |
DefaultJDOMFactory.document(Element rootElement,
DocType docType,
java.lang.String baseURI)
|
Document |
DefaultJDOMFactory.document(Element rootElement)
|
Document |
Content.getDocument()
Return this child's owning document or null if the branch containing this child is currently not attached to a document. |
Document |
Document.setRootElement(Element rootElement)
This sets the root Element for the
Document. |
Document |
Document.setDocType(DocType docType)
This will set the DocType
declaration for this Document. |
Document |
Document.addContent(Content child)
Appends the child to the end of the content list. |
Document |
Document.addContent(java.util.Collection c)
Appends all children in the given collection to the end of the content list. |
Document |
Document.addContent(int index,
Content child)
Inserts the child into the content list at the given index. |
Document |
Document.addContent(int index,
java.util.Collection c)
Inserts the content in a collection into the content list at the given index. |
Document |
Document.setContent(java.util.Collection newContent)
This sets the content of the Document. |
Document |
Document.setContent(int index,
Content child)
|
Document |
Document.setContent(int index,
java.util.Collection collection)
Replace the child at the given index whith the supplied collection. |
Document |
Document.setContent(Content child)
Set this document's content to be the supplied child. |
Document |
Document.getDocument()
|
Document |
Attribute.getDocument()
This retrieves the owning Document for
this Attribute, or null if not a currently a member of a
Document. |
|
|||||||||
| Home >> All >> org >> [ jdom overview ] | PREV NEXT | ||||||||