Uses of Class
org.dom4j.DocumentException
Packages that use DocumentException
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
-
Uses of DocumentException in org.dom4j
Methods in org.dom4j that throw DocumentException -
Uses of DocumentException in org.dom4j.io
Methods in org.dom4j.io that throw DocumentExceptionModifier and TypeMethodDescriptionprotected voidSAXReader.configureReader(XMLReader reader, DefaultHandler handler) Configures the XMLReader before useprotected DocumentDOMWriter.createDomDocument(Document document) protected DocumentDOMWriter.createDomDocument(Document document, DOMImplementation domImpl) protected DocumentDOMWriter.createDomDocumentViaJAXP()Class<?> DOMWriter.getDomDocumentClass()private SAXReaderSAXModifier.installModifyReader()SAXModifier.modify(InputStream source) Reads a Document from the givenInputStreamand writes it to the specifiedXMLWriterusing SAX.SAXModifier.modify(InputStream source, String systemId) Reads a Document from the givenInputStreamand writes it to the specifiedXMLWriterusing SAX.Reads a Document from the given URL or filename and writes it to the specifiedXMLWriterusing SAX.SAXModifier.modify(InputSource source) Reads a Document from the givenInputSourceand writes it to the specifiedXMLWriterusing SAX.static StringHTMLWriter.prettyPrintHTML(String html) Convenience method to just get a String result.static StringHTMLWriter.prettyPrintHTML(String html, boolean newlines, boolean trim, boolean isXHTML, boolean expandEmpty) DOCUMENT ME!static StringHTMLWriter.prettyPrintXHTML(String html) Convenience method to just get a String result, but As XHTML .Reads a Document from the givenFileSAXReader.read(InputStream in) Reads a Document from the given stream using SAXSAXReader.read(InputStream in, String systemId) Reads a Document from the given stream using SAXReads a Document from the givenReaderusing SAXReads a Document from the givenReaderusing SAXReads a Document from the given URL or filename using SAX.Reads a Document from the givenURLusing SAXSAXReader.read(InputSource in) Reads a Document from the givenInputSourceusing SAXvoidDOMWriter.setDomDocumentClassName(String name) Sets the DOMDocumentimplementation class name used by the writer when creating DOM documents.DOMWriter.write(Document document, DOMImplementation domImpl) -
Uses of DocumentException in org.dom4j.jaxb
Methods in org.dom4j.jaxb that throw DocumentExceptionModifier and TypeMethodDescriptionParses the specifiedFilewith SAXJAXBModifier.modify(InputStream source) Parses the specifiedInputStreamwith SAX.JAXBModifier.modify(InputStream source, String systemId) Parses the specifiedInputStreamwith SAX.Parses the specifiedReaderwith SAX.Parses the specifiedReaderwith SAX.Parses the the given URL or filename.Parses the the given URL.JAXBModifier.modify(InputSource source) Parses the specifiedInputSourcewith SAX.Parses the specifiedFileJAXBReader.read(InputStream source) Parses the specifiedInputStreamJAXBReader.read(InputStream source, String systemId) Parses the specifiedInputStreamParses the specifiedReaderParses the specifiedReaderParses the the given URL or filename.Parses the the given URL.JAXBReader.read(InputSource source) Parses the specifiedInputSource