public class AsIsEscapeUtil extends Object implements IEscapeUtil
Constructor and Description |
---|
AsIsEscapeUtil() |
Modifier and Type | Method and Description |
---|---|
void |
escape(String escapeChars,
StringBuffer buf,
char next,
int pointer)
Do not perform any character escaping.
|
public void escape(String escapeChars, StringBuffer buf, char next, int pointer)
Note that this method assumes that it is called after the escape character has been consumed.
escape
in interface IEscapeUtil