public class HTMLWriterOutput
extends org.apache.commons.jelly.XMLOutput
Modifier and Type | Method and Description |
---|---|
void |
close() |
static HTMLWriterOutput |
create(OutputStream out) |
static HTMLWriterOutput |
create(Writer out,
boolean escapeText) |
void |
useHTML(boolean enabled)
False to turn off HTML handling and reenable "/>" for any empty XML element.
|
asWriter, characters, comment, createDummyXMLOutput, createXMLOutput, createXMLOutput, createXMLOutput, createXMLOutput, createXMLOutput, createXMLOutput, endCDATA, endDocument, endDTD, endElement, endElement, endEntity, endPrefixMapping, flush, getContentHandler, getLexicalHandler, ignorableWhitespace, objectData, processingInstruction, setContentHandler, setDocumentLocator, setLexicalHandler, skippedEntity, startCDATA, startDocument, startDTD, startElement, startElement, startElement, startEntity, startPrefixMapping, toString, write, writeCDATA, writeComment
public static HTMLWriterOutput create(OutputStream out) throws UnsupportedEncodingException
UnsupportedEncodingException
public static HTMLWriterOutput create(Writer out, boolean escapeText)
public void close() throws IOException
close
in class org.apache.commons.jelly.XMLOutput
IOException
public void useHTML(boolean enabled)
Copyright © 2015. All rights reserved.