Uses of Class
org.dom4j.io.XMLWriter
Packages that use XMLWriter
Package
Description
Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.
-
Uses of XMLWriter in org.dom4j.io
Subclasses of XMLWriter in org.dom4j.ioModifier and TypeClassDescriptionclassHTMLWritertakes a DOM4J tree and formats it to a stream as HTML.Methods in org.dom4j.io that return XMLWriterModifier and TypeMethodDescriptionSAXModifier.getXMLWriter()Returns the currentXMLWriter.XMLResult.getXMLWriter()Methods in org.dom4j.io with parameters of type XMLWriterModifier and TypeMethodDescriptionvoidSAXModifier.setXMLWriter(XMLWriter writer) Sets theXMLWriterused to write the modified document.voidXMLResult.setXMLWriter(XMLWriter writer) Constructors in org.dom4j.io with parameters of type XMLWriter