Package gnu.xml
Class TextUtils
- java.lang.Object
-
- gnu.xml.TextUtils
-
public class TextUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description TextUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
asString(Object node)
static String
replaceWhitespace(String str, boolean collapse)
Create a normalized string.static String
stringValue(Object node)
static void
stringValue(Object node, StringBuffer sbuf)
static void
textValue(Object arg, Consumer out)
-
-
-
Method Detail
-
stringValue
public static void stringValue(Object node, StringBuffer sbuf)
-
-