net.sourceforge.pmd.util
public class StringUtil extends Object
Method Summary | |
---|---|
static void | appendXmlEscaped(StringBuffer buf, String src)
Appends to a StringBuffer the String src where non-ASCII and
XML special chars are escaped.
|
static String | replaceString(String d, char oldChar, String newString) |
static String | replaceString(String inputString, String oldString, String newString) |
Parameters: buf The destination XML stream src The String to append to the stream