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 StringasString(Object node)static StringreplaceWhitespace(String str, boolean collapse)Create a normalized string.static StringstringValue(Object node)static voidstringValue(Object node, StringBuffer sbuf)static voidtextValue(Object arg, Consumer out)
-
-
-
Method Detail
-
stringValue
public static void stringValue(Object node, StringBuffer sbuf)
-
-