com.ctc.wstx.io
public final class TextEscaper extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
outputDTDText(java.io.Writer w,
char[] ch,
int offset,
int len)
Quoting method used when outputting content that will be part of
DTD (internal/external subset).
|
static void |
writeEscapedAttrValue(java.io.Writer w,
java.lang.String value) |
public static void writeEscapedAttrValue(java.io.Writer w, java.lang.String value) throws java.io.IOException
java.io.IOException
public static void outputDTDText(java.io.Writer w, char[] ch, int offset, int len) throws java.io.IOException
java.io.IOException