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)
Deprecated.
|
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, writeCommentpublic static HTMLWriterOutput create(OutputStream out) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static HTMLWriterOutput create(Writer out, boolean escapeText)
public void close()
throws IOException
close in class org.apache.commons.jelly.XMLOutputIOException@Deprecated public void useHTML(boolean enabled)
Copyright © 2019. All rights reserved.