public interface XMLOutputFactory
| Modifier and Type | Method and Description |
|---|---|
XMLOutput |
createXMLOutput(Writer writer,
boolean escapeText) |
XMLOutput createXMLOutput(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 © 2012 Apache Software Foundation. All Rights Reserved.