Uses of Class
org.dom4j.io.XMLWriter
-
Packages that use XMLWriter Package Description org.dom4j.io Provides input and output via SAX and DOM together with writing dom4j objects to streams as XML text.org.dom4j.jaxb -
-
Uses of XMLWriter in org.dom4j.io
Subclasses of XMLWriter in org.dom4j.io Modifier and Type Class Description classHTMLWriterHTMLWritertakes a DOM4J tree and formats it to a stream as HTML.Fields in org.dom4j.io declared as XMLWriter Modifier and Type Field Description private XMLWriterSAXModifier. xmlWriterprivate XMLWriterSAXModifyContentHandler. xmlWriterprivate XMLWriterSAXModifyReader. xmlWriterprivate XMLWriterXMLResult. xmlWriterMethods in org.dom4j.io that return XMLWriter Modifier and Type Method Description XMLWriterSAXModifier. getXMLWriter()Returns the currentXMLWriter.protected XMLWriterSAXModifyContentHandler. getXMLWriter()protected XMLWriterSAXModifyReader. getXMLWriter()XMLWriterXMLResult. getXMLWriter()Methods in org.dom4j.io with parameters of type XMLWriter Modifier and Type Method Description voidSAXModifier. setXMLWriter(XMLWriter writer)Sets theXMLWriterused to write the modified document.voidSAXModifyContentHandler. setXMLWriter(XMLWriter writer)voidSAXModifyReader. setXMLWriter(XMLWriter writer)voidXMLResult. setXMLWriter(XMLWriter writer)Constructors in org.dom4j.io with parameters of type XMLWriter Constructor Description XMLResult(XMLWriter xmlWriter) -
Uses of XMLWriter in org.dom4j.jaxb
Fields in org.dom4j.jaxb declared as XMLWriter Modifier and Type Field Description private XMLWriterJAXBModifier. xmlWriterprivate XMLWriterJAXBWriter. xmlWriterMethods in org.dom4j.jaxb that return XMLWriter Modifier and Type Method Description private XMLWriterJAXBModifier. createXMLWriter()private XMLWriterJAXBWriter. getWriter()private XMLWriterJAXBModifier. getXMLWriter()
-