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, writeComment
public static HTMLWriterOutput create(java.io.OutputStream out) throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
public static HTMLWriterOutput create(java.io.Writer out, boolean escapeText)
public void close() throws java.io.IOException
close
in class org.apache.commons.jelly.XMLOutput
java.io.IOException
public void useHTML(boolean enabled)
Copyright © 2012. All Rights Reserved.