Package gnu.xquery.util
Class StringUtils
- java.lang.Object
-
- gnu.xquery.util.StringUtils
-
public class StringUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description StringUtils()
-
Method Summary
-
-
-
Method Detail
-
asDouble
public static double asDouble(Object value)
-
compare
public static Object compare(Object val1, Object val2, NamedCollator coll)
This implements the XQueryfn:compare
function.
-
stringToCodepoints$X
public static void stringToCodepoints$X(Object arg, CallContext ctx)
-
tokenize$X
public static void tokenize$X(Object arg, String pattern, CallContext ctx)
-
tokenize$X
public static void tokenize$X(Object arg, String pattern, String flags, CallContext ctx)
-
-