compare
public static Object compare(Object val1,
Object val2,
NamedCollator coll)
This implements the XQuery fn:compare
function.
concat$V
public static String concat$V(Object[] args)
contains
public static Object contains(Object str,
Object contain)
endsWith
public static Object endsWith(Object str,
Object with)
lowerCase
public static Object lowerCase(Object node)
startsWith
public static Object startsWith(Object str,
Object with)
stringJoin
public static Object stringJoin(Object strseq,
Object join)
stringLength
public static Object stringLength(Object str)
stringPad
public static Object stringPad(Object str,
Object padcount)
stringValue
public static String stringValue(Object node)
stringValue
public static void stringValue(Object node,
StringBuffer sbuf)
substring
public static Object substring(Object str,
Object start)
substring
public static Object substring(Object str,
Object start,
Object length)
substringAfter
public static Object substringAfter(Object str,
Object find)
substringBefore
public static Object substringBefore(Object str,
Object find)
translate
public static Object translate(Object str,
Object map,
Object trans)
upperCase
public static Object upperCase(Object node)