Uses of Class
org.dom4j.DocumentException

Packages that use DocumentException
org.dom4j   
org.dom4j.io   
 

Uses of DocumentException in org.dom4j
 

Methods in org.dom4j that throw DocumentException
static Document DocumentHelper.parseText(java.lang.String text)
          parseText parses the given text as an XML document and returns the newly created Document.
 

Uses of DocumentException in org.dom4j.io
 

Methods in org.dom4j.io that throw DocumentException
 Document XPPReader.read(java.io.File file)
          Reads a Document from the given File
 Document XPPReader.read(java.net.URL url)
          Reads a Document from the given URL
 Document XPPReader.read(java.lang.String systemID)
          Reads a Document from the given URL or filename.
 Document XPPReader.read(java.io.InputStream in)
          Reads a Document from the given stream
 Document XPPReader.read(java.io.Reader reader)
          Reads a Document from the given Reader
 Document XPPReader.read(char[] text)
          Reads a Document from the given array of characters
 Document XPPReader.read(java.io.InputStream in, java.lang.String systemID)
          Reads a Document from the given stream
 Document XPPReader.read(java.io.Reader reader, java.lang.String systemID)
          Reads a Document from the given Reader
protected  Document XPPReader.parseDocument()
           
 java.lang.Class DOMWriter.getDomDocumentClass()
           
 void DOMWriter.setDomDocumentClassName(java.lang.String className)
          Sets the DOM Document implementation class name used by the writer when creating DOM documents.
 org.w3c.dom.Document DOMWriter.write(Document document)
           
 org.w3c.dom.Document DOMWriter.write(Document document, org.w3c.dom.DOMImplementation domImplementation)
           
protected  org.w3c.dom.Document DOMWriter.createDomDocument(Document document)
           
protected  org.w3c.dom.Document DOMWriter.createDomDocumentViaJAXP()
           
protected  org.w3c.dom.Document DOMWriter.createDomDocument(Document document, org.w3c.dom.DOMImplementation domImplementation)
           
 Document SAXReader.read(java.io.File file)
          Reads a Document from the given File
 Document SAXReader.read(java.net.URL url)
          Reads a Document from the given URL using SAX
 Document SAXReader.read(java.lang.String systemId)
          Reads a Document from the given URL or filename using SAX.
 Document SAXReader.read(java.io.InputStream in)
          Reads a Document from the given stream using SAX
 Document SAXReader.read(java.io.Reader reader)
          Reads a Document from the given Reader using SAX
 Document SAXReader.read(java.io.InputStream in, java.lang.String systemId)
          Reads a Document from the given stream using SAX
 Document SAXReader.read(java.io.Reader reader, java.lang.String SystemId)
          Reads a Document from the given Reader using SAX
 Document SAXReader.read(org.xml.sax.InputSource in)
          Reads a Document from the given InputSource using SAX
protected  void SAXReader.configureReader(org.xml.sax.XMLReader reader, org.xml.sax.helpers.DefaultHandler contentHandler)
          Configures the XMLReader before use
static java.lang.String HTMLWriter.prettyPrintHTML(java.lang.String html)
          Convenience method to just get a String result.
static java.lang.String HTMLWriter.prettyPrintXHTML(java.lang.String html)
          Convenience method to just get a String result, but As XHTML.
static java.lang.String HTMLWriter.prettyPrintHTML(java.lang.String html, boolean newlines, boolean trim, boolean isXHTML, boolean expandEmpty)
           
 



Copyright © 2001 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo