Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.dom4j.io

Interface Summary
ElementModifier ElementModifier defines a modifier of org.dom4j.Elementobjects.
 

Class Summary
DispatchHandler DispatchHandler implements the ElementHandler interface and provides a means to register multiple ElementHandler instances to be used by an event based processor.
DispatchHandlerTest DOCUMENT ME!
DispatchHandlerTest.MyHandler  
DocumentInputSource DocumentInputSource implements a SAX org.xml.sax.InputSourcefor a org.dom4j.Document.
DocumentResult DocumentResult implements a JAXP javax.xml.transform.sax.SAXResultfor a org.dom4j.Document.
DocumentSource DocumentSource implements a JAXP javax.xml.transform.sax.SAXSourcefor a .
DocumentSourceTest DOCUMENT ME!
DOMReader DOMReader navigates a W3C DOM tree and creates a DOM4J tree from it.
DOMReaderTest DOCUMENT ME!
DOMWriter DOMWriter takes a DOM4J tree and outputs it as a W3C DOM object
DOMWriterTest DOCUMENT ME!
DTDTest Tests the DocType functionality.
DTDTest.MyEntityResolver Provides a resolver for the local test DTD resource.
ElementStack ElementStack is used internally inside the SAXContentHandler to maintain a stack of org.dom4j.Elementinstances.
HTMLWriter HTMLWriter takes a DOM4J tree and formats it to a stream as HTML.
JAXPHelper JAXPHelper contains some helper methods for working with JAXP.
LDocumentFactory  
LNSAXContentHandler  
LNSAXReader  
OutputFormat OutputFormat represents the format configuration used by and its base classes to format the XML output
PruningDispatchHandler This extension on the DispatchHandlerprunes the current org.dom4j.Element when there are no ElementHandlerobjects active the element.
PruningElementStack PruningElementStack is a stack of org.dom4j.Elementinstances which will prune the tree when a path expression is reached.
SAXContentHandler SAXContentHandler builds a dom4j tree via SAX events.
SAXEventRecorder Records SAX events such that they may be "replayed" at a later time.
SAXEventRecorder.SAXEvent  
SAXHelper SAXHelper contains some helper methods for working with SAX and XMLReader objects.
SAXModifier The SAXModifier reads, modifies and writes XML documents using SAX.
SAXModifyContentHandler This extension of the SAXContentHandler writes SAX events immediately to the provided XMLWriter, unless some org.dom4.ElementHandleris still handling the current Element.
SAXModifyElementHandler This org.dom4j.ElementHandleris used to trigger ElementModifier objects in order to modify (parts of) the Document on the fly.
SAXModifyReader The SAXModifier parses, updates and writes an XML document.
SAXReader SAXReader creates a DOM4J tree from SAX parsing events.
SAXReader.SAXEntityResolver  
SAXReaderTest A test harness to test the content API in DOM4J
SAXValidator SAXValidator validates an XML document by writing the document to a text buffer and parsing it with a validating SAX parser.
SAXWriter SAXWriter writes a DOM4J tree to a SAX ContentHandler.
STAXEventReader Reads a DOM4J org.dom4j.Document, as well as other org.dom4j.Nodes, from a StAX javax.xml.stream.XMLEventReader.
STAXEventWriter Writes DOM4J org.dom4j.Nodes to a StAX event stream.
StaxTest Tests STAX->DOM4J functionality.
WriteUnmergedTextTest A simple test harness to check that the XML Writer works
XMLResult XMLResult implements a JAXP javax.xml.transform.sax.SAXResultfor an output stream with support for pretty printing and control over how the XML is formatted.
XMLWriter XMLWriter takes a DOM4J tree and formats it to a stream as XML.
XPP3Reader XPP3Reader is a Reader of DOM4J documents that uses the fast XML Pull Parser 3.x .
XPP3ReaderTest Test class for the XPP3Reader.
XPPReader XPPReader is a Reader of DOM4J documents that uses the fast XML Pull Parser 2.x .
 

Exception Summary
SAXModifyException Exception internally thrown by the SAX Modification classes.