All Implemented Interfaces:
Branch
All Known Implementing Classes:
DOMDocument, AbstractDocument, DefaultDocument
Document defines an XML Document.
< - a href="mailto:jstrachan@apache.org">James Strachan $ - Revision: 1.14 $| Method from org.dom4j.Document Summary: |
|---|
| addComment, addDocType, addProcessingInstruction, addProcessingInstruction, getDocType, getEntityResolver, getRootElement, getXMLEncoding, setDocType, setEntityResolver, setRootElement, setXMLEncoding |
| Method from org.dom4j.Document Detail: |
|---|
Comment node with the given text to this
branch. |
|
|
|
|
|
|
null when unspecified or when it is not known (such as
when the Document was created in memory) or when the implementation does
not support this operation.
The way this encoding is retrieved also depends on the way the XML source
is parsed. For instance, if the SAXReader is used and if the underlying
XMLReader implementation support the
|
|
|
|
|