org.apache.commons.jelly
public interface XMLOutputFactory
Modifier and Type | Method and Description |
---|---|
XMLOutput |
createXMLOutput(java.io.Writer writer,
boolean escapeText) |
XMLOutput createXMLOutput(java.io.Writer writer, boolean escapeText)
Write
- output to this writerescapeText
- is whether or not text output will be escaped. This must be true
if the underlying output is XML or could be false if the underlying output is textual.Copyright © 2014. All Rights Reserved.