Uses of Class org.dom4j.DocumentException

Uses in package org.dom4j.io

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
DOMWriter.createDomDocument(Document document, DOMImplementation domImpl)
org.w3c.dom.Document
Class
Document
SAXModifier.modify(File source)
Reads a Document from the given java.io.Fileand writes it to the specified XMLWriterusing SAX.
Document
SAXModifier.modify(InputSource source)
Reads a Document from the given org.xml.sax.InputSourceand writes it to the specified XMLWriterusing SAX.
Document
SAXModifier.modify(InputStream source)
Reads a Document from the given java.io.InputStreamand writes it to the specified XMLWriterusing SAX.
Document
SAXModifier.modify(InputStream source, String systemId)
Reads a Document from the given java.io.InputStreamand writes it to the specified XMLWriterusing SAX.
Document
SAXModifier.modify(Reader source)
Reads a Document from the given java.io.Readerand writes it to the specified XMLWriterusing SAX.
Document
SAXModifier.modify(Reader source, String systemId)
Reads a Document from the given java.io.Readerand writes it to the specified XMLWriterusing SAX.
Document
SAXModifier.modify(String source)
Reads a Document from the given URL or filename and writes it to the specified XMLWriterusing SAX.
Document
SAXModifier.modify(URL source)
Reads a Document from the given java.net.URLand writes it to the specified XMLWriterusing SAX.
Document
Document
String
Convenience method to just get a String result.
String
HTMLWriter.prettyPrintHTML(String html, boolean newlines, boolean trim, boolean isXHTML, boolean expandEmpty)
DOCUMENT ME!
String
Convenience method to just get a String result, but As XHTML .
Document
SAXReader.read(File file)
Reads a Document from the given File
Document
XPP3Reader.read(File file)
Reads a Document from the given File
Document
XPPReader.read(File file)
Reads a Document from the given File
Document
SAXReader.read(InputSource in)
Reads a Document from the given InputSource using SAX
Document
SAXReader.read(InputStream in)
Reads a Document from the given stream using SAX
Document
XPP3Reader.read(InputStream in)
Reads a Document from the given stream
Document
XPPReader.read(InputStream in)
Reads a Document from the given stream
Document
SAXReader.read(InputStream in, String systemId)
Reads a Document from the given stream using SAX
Document
XPP3Reader.read(InputStream in, String systemID)
Reads a Document from the given stream
Document
XPPReader.read(InputStream in, String systemID)
Reads a Document from the given stream
Document
SAXReader.read(Reader reader)
Reads a Document from the given Reader using SAX
Document
XPP3Reader.read(Reader reader)
Reads a Document from the given Reader
Document
XPPReader.read(Reader reader)
Reads a Document from the given Reader
Document
SAXReader.read(Reader reader, String systemId)
Reads a Document from the given Reader using SAX
Document
XPP3Reader.read(Reader reader, String systemID)
Reads a Document from the given Reader
Document
XPPReader.read(Reader reader, String systemID)
Reads a Document from the given Reader
Document
SAXReader.read(String systemId)
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
XPPReader.read(String systemID)
Reads a Document from the given URL or filename.
Document
SAXReader.read(URL url)
Reads a Document from the given URL using SAX
Document
XPP3Reader.read(URL url)
Reads a Document from the given URL
Document
XPPReader.read(URL url)
Reads a Document from the given URL
Document
XPP3Reader.read(char[] text)
Reads a Document from the given array of characters
Document
XPPReader.read(char[] text)
Reads a Document from the given array of characters
void
Sets the DOM org.w3c.dom.Documentimplementation class name used by the writer when creating DOM documents.
org.w3c.dom.Document
org.w3c.dom.Document
DOMWriter.write(Document document, DOMImplementation domImpl)

Uses in package org.dom4j

Methods which throw type org.dom4j.DocumentException

Document
parseText parses the given text as an XML document and returns the newly created Document.

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo