Uses of Package
org.dom4j.io
Packages that use org.dom4j.io
Package
Description
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
-
Classes in org.dom4j.io used by org.dom4j.ioClassDescription
DispatchHandler
implements theElementHandler
interface and provides a means to register multipleElementHandler
instances to be used by an event based processor.SAXContentHandler
builds W3C DOM object via SAX events.ElementModifier defines a modifier ofElement
objects.ElementStack
is used internally inside theSAXContentHandler
to maintain a stack ofElement
instances.OutputFormat
represents the format configuration used byXMLWriter
and its base classes to format the XML outputSAXContentHandler
builds a dom4j tree via SAX events.The SAXModifier parses, updates and writes an XML document.SAXReader
creates a DOM4J tree from SAX parsing events.XMLWriter
takes a DOM4J tree and formats it to a stream as XML. -
Classes in org.dom4j.io used by org.dom4j.jaxbClassDescriptionElementModifier defines a modifier of
Element
objects.OutputFormat
represents the format configuration used byXMLWriter
and its base classes to format the XML outputThe SAXModifier reads, modifies and writes XML documents using SAX.SAXReader
creates a DOM4J tree from SAX parsing events.XMLWriter
takes a DOM4J tree and formats it to a stream as XML.