Frames | No Frames |
Methods with parameter type org.jdom.Document | |
org.w3c.dom.Document |
This converts the JDOM Document parameter to a
DOM Document, returning the DOM version. |
void |
This will output the JDOM Document , firing off the
SAX events that have been registered. |
void |
This will print the Document to the given output stream. |
void |
This will print the Document to the given Writer. |
String |
Return a string representing a document. |
void |
This will handle printing of the declaration. |
Constructors with parameter type org.jdom.Document | |
Creates a JDOM TRaX source wrapping a JDOM document. |
Methods with parameter type org.jdom.Document | |
void | Sets the document produced as result of an XSL Transformation. |
void | Sets the source document used by this TRaX source. |
Methods with return type org.jdom.Document | |
Document | Returns the document produced as result of an XSL Transformation. |
Document | Returns the source document used by this TRaX source. |
Constructors with parameter type org.jdom.Document | |
This will create an Exception indicating
that the addition of the
to the is illegal. |
Fields of type org.jdom.Document | |
Document | The document having this DOCTYPE |
Methods with parameter type org.jdom.Document | |
Comment |
This sets the parent of this comment. |
DocType |
This sets the holding this doctype. |
Element |
This sets the parent of this element
and makes it the root element. |
ProcessingInstruction |
This sets the parent of this PI. |
Methods with return type org.jdom.Document | |
Document |
This will add a comment to the Document . |
Document |
Adds the specified PI to the document. |
Document | |
Document | |
Document | |
Document | |
Document | |
Document | |
Document | |
Document | |
Document | Document.setContent(List newContent)
This sets the content of the Document . |
Document |
This will set the
declaration for this Document . |
Document |
This sets the root for the
Document . |
Constructors with parameter type org.jdom.Document | |
This will set the Document to use. |
Methods with return type org.jdom.Document | |
Document | DOMBuilder.build(File file)
This builds a document from the supplied
filename by constructing a DOM tree and reading information from the
DOM to create a JDOM document, a slower approach than SAXBuilder but
useful for debugging. |
Document | SAXBuilder.build(File file)
This builds a document from the supplied
filename. |
Document | SAXBuilder.build(InputSource in)
This builds a document from the supplied
input source. |
Document | DOMBuilder.build(InputStream in)
This builds a document from the supplied
input stream by constructing a DOM tree and reading information from
the DOM to create a JDOM document, a slower approach than SAXBuilder
but useful for debugging. |
Document | SAXBuilder.build(InputStream in)
This builds a document from the supplied
input stream. |
Document | SAXBuilder.build(InputStream in, String systemId)
This builds a document from the supplied
input stream. |
Document | SAXBuilder.build(Reader characterStream)
This builds a document from the supplied
Reader. |
Document | SAXBuilder.build(Reader characterStream, String SystemId)
This builds a document from the supplied
Reader. |
Document | SAXBuilder.build(String systemId)
This builds a document from the supplied
URI. |
Document | DOMBuilder.build(URL url)
This builds a document from the supplied
URL by constructing a DOM tree and reading information from the
DOM to create a JDOM document, a slower approach than SAXBuilder but
useful for debugging. |
Document | SAXBuilder.build(URL url)
This builds a document from the supplied
URL. |
Document | DOMBuilder.build(org.w3c.dom.Document domDocument)
This will build a JDOM tree from an existing DOM tree. |
Document | |
Document | |
Document | |
Document | |
Document |
Returns the document. |
Methods with return type org.jdom.Document | |
Document |
This creates an empty Document object based
on a specific parser implementation. |
Document |
This creates an empty Document object based
on a specific parser implementation with the given DOCTYPE. |
Document | AbstractDOMAdapter.getDocument(File filename, boolean validate)
This creates a new from an
existing InputStream by letting a DOM
parser handle parsing using the supplied stream. |
Document | AbstractDOMAdapter.getDocument(InputStream in, boolean validate)
This creates a new from an
existing InputStream by letting a DOM
parser handle parsing using the supplied stream. |