List of usage examples for org.dom4j.io XMLWriter subclass-usage
From source file org.xwiki.portlet.util.XHTMLWriter.java
/** * A specialized {@link XMLWriter} for XHTML serialization. * * @version $Id$ */ public class XHTMLWriter extends XMLWriter {
From source file org.xwiki.rendering.internal.renderer.printer.XHTMLWriter.java
/** * XHTMLWriter is an helper to configure XMLWriter to format a DOM4J tree as XHTML. * * @version $Id: 271407859250d4d9ed6f83925927bfd4b1e18be4 $ */ public class XHTMLWriter extends XMLWriter {
From source file org.xwiki.rendering.internal.renderer.xml.SAXSerializer.java
/**
* Fix various issues in {@link XMLWriter}.
*
* @version $Id: 9004f72c742e5523509c3a3950513d912ec4cb5b $
* @since 5.0M1
*/
From source file org.xwiki.rendering.xml.internal.renderer.printer.XHTMLWriter.java
/**
* XHTMLWriter is an helper to configure XMLWriter to format a DOM4J tree as XHTML.
*
* @version $Id: be308e952d598a5caa183493fa3e7640ebdb718c $
* @since 5.2M1
*/
From source file org.xwiki.rendering.xml.internal.renderer.SAXSerializer.java
/**
* Fix various issues in {@link XMLWriter}.
*
* @version $Id: f45e6f2ce21ca4b3fe410af204f11397f8ac319b $
* @since 5.2M1
*/
From source file org.xwiki.store.serialization.xml.internal.XMLWriter.java
/**
* Extension to <code>{@link org.dom4j.io.XMLWriter}</code> to allow filling some element content
* with an input stream, minimizing the memory footprint of the operation.
* <p>
* This extension is not intended to be used to format a DOM4J tree to a stream, but to immediately
* write out the tags produced without building the document tree in memory. It is not compatible
From source file org.xwiki.tool.xar.XWikiXMLWriter.java
/**
* Custom XML Writer to support XWiki's code style for XAR XML files.
*
* @version $Id: 02027173ded1e1106d6f6b01a993073e3fd8be1a $
* @since 4.0M2
*/
From source file org.zenonpagetemplates.twoPhasesImpl.ZPTXMLWriter.java
/**
* <p>
* Extends XMLWriter class to make it easy to write XML documents
* using ZPTOutputFormat and ZPTElement instances.
* </p>
*