Frames | No Frames |
Methods which throw type org.dom4j.DocumentException | |
void | SAXReader.configureReader(XMLReader reader, DefaultHandler handler) Configures the XMLReader before use
|
org.w3c.dom.Document | |
org.w3c.dom.Document | |
org.w3c.dom.Document | |
Class | |
Document | SAXModifier.modify(File source) Reads a Document from the given java.io.File and writes it to the
specified XMLWriter using SAX. |
Document | SAXModifier.modify(InputSource source) Reads a Document from the given org.xml.sax.InputSource and
writes it to the specified XMLWriter using SAX. |
Document | SAXModifier.modify(InputStream source) Reads a Document from the given java.io.InputStream and writes it
to the specified XMLWriter using SAX. |
Document | SAXModifier.modify(InputStream source, String systemId) Reads a Document from the given java.io.InputStream and writes it
to the specified XMLWriter using SAX. |
Document | SAXModifier.modify(Reader source) Reads a Document from the given java.io.Reader and writes it to
the specified XMLWriter using SAX. |
Document | SAXModifier.modify(Reader source, String systemId) Reads a Document from the given java.io.Reader and writes it to
the specified XMLWriter using SAX. |
Document | SAXModifier.modify(String source) Reads a Document from the given URL or filename and writes it to the
specified XMLWriter using SAX. |
Document | SAXModifier.modify(URL source) Reads a Document from the given java.net.URL and writes it to the
specified XMLWriter using SAX. |
Document | |
Document | |
String | HTMLWriter.prettyPrintHTML(String html) Convenience method to just get a String result. |
String | HTMLWriter.prettyPrintHTML(String html, boolean newlines, boolean trim, boolean isXHTML, boolean expandEmpty) DOCUMENT ME!
|
String | HTMLWriter.prettyPrintXHTML(String html) Convenience method to just get a String result, but As XHTML . |
Document |
Reads a Document from the given File
|
Document | XPP3Reader.read(File file)
Reads a Document from the given File
|
Document |
Reads a Document from the given File
|
Document |
Reads a Document from the given InputSource using SAX
|
Document |
Reads a Document from the given stream using SAX
|
Document | XPP3Reader.read(InputStream in)
Reads a Document from the given stream
|
Document |
Reads a Document from the given stream
|
Document |
Reads a Document from the given stream using SAX
|
Document | XPP3Reader.read(InputStream in, String systemID)
Reads a Document from the given stream
|
Document |
Reads a Document from the given stream
|
Document |
Reads a Document from the given Reader using SAX
|
Document | XPP3Reader.read(Reader reader)
Reads a Document from the given Reader
|
Document |
Reads a Document from the given Reader
|
Document |
Reads a Document from the given Reader using SAX
|
Document | XPP3Reader.read(Reader reader, String systemID)
Reads a Document from the given Reader
|
Document |
Reads a Document from the given Reader
|
Document |
Reads a Document from the given URL or filename using SAX. |
Document | XPP3Reader.read(String systemID)
Reads a Document from the given URL or filename. |
Document |
Reads a Document from the given URL or filename. |
Document |
Reads a Document from the given URL using SAX
|
Document | XPP3Reader.read(URL url)
Reads a Document from the given URL
|
Document |
Reads a Document from the given URL
|
Document | XPP3Reader.read(char[] text)
Reads a Document from the given array of characters
|
Document |
Reads a Document from the given array of characters
|
void | DOMWriter.setDomDocumentClassName(String name) Sets the DOM org.w3c.dom.Document implementation class name used
by the writer when creating DOM documents. |
org.w3c.dom.Document | |
org.w3c.dom.Document |
Methods which throw type org.dom4j.DocumentException | |
Document | DocumentHelper.parseText(String text) parseText parses the given text as an XML document and
returns the newly created Document. |