public class HTMLWriterOutput
extends org.apache.commons.jelly.XMLOutput
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static HTMLWriterOutput |
create(java.io.OutputStream out) |
static HTMLWriterOutput |
create(java.io.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, writeCommentpublic static HTMLWriterOutput create(java.io.OutputStream out) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingExceptionpublic static HTMLWriterOutput create(java.io.Writer out, boolean escapeText)
public void close()
throws java.io.IOException
close in class org.apache.commons.jelly.XMLOutputjava.io.IOExceptionpublic void useHTML(boolean enabled)
/> for any empty XML element.
True to switch back to default mode with HTML handling.Copyright © 2015. All Rights Reserved.