public final class HtmlWriterHelper extends WriterHelper
EMPTY, ISO8859_1_ENTITIES
Constructor and Description |
---|
HtmlWriterHelper(Writer out,
Charset charset) |
HtmlWriterHelper(Writer out,
String characterEncoding)
Deprecated.
since 4.3.0
|
Modifier and Type | Method and Description |
---|---|
protected void |
writeEncodedValue(char[] text,
int start,
int length,
boolean isAttribute) |
getBuffer, getOut, isUtf8, writeAttributeValue, writeDecRef, writeText, writeText
@Deprecated public HtmlWriterHelper(Writer out, String characterEncoding)
protected void writeEncodedValue(char[] text, int start, int length, boolean isAttribute) throws IOException
writeEncodedValue
in class WriterHelper
IOException
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.