| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectgnu.mapping.Proceduregnu.mapping.Procedure1gnu.xquery.util.StringValuepublic class StringValueextends Procedure1Field Summary | |
static StringValue | |
static StringValue | |
Constructor Summary | |
| |
Method Summary | |
Object |
|
static Object |
|
static String |
|
static Object |
|
static Object |
|
static Object |
|
static Object |
|
static Object |
|
static Object |
|
static Object |
|
static String |
|
static void |
|
static Object |
|
static Object |
|
static Object |
|
static Object |
|
static Object |
|
static Object |
|
Methods inherited from class gnu.mapping.Procedure1 | |
apply0, apply1, apply2, apply3, apply4, applyN, numArgs | |
Methods inherited from class gnu.mapping.Procedure | |
apply, apply, apply0, apply1, apply2, apply3, apply4, applyN, check0, check1, check2, check3, check4, checkArgCount, checkN, getName, getProperty, getSetter, getSymbol, match0, match1, match2, match3, match4, matchN, maxArgs, minArgs, name, numArgs, removeProperty, set0, set1, setN, setName, setProperty, setProperty, setSetter, setSymbol, toString | |
public static Object compare(Object val1,
Object val2,
NamedCollator coll)This implements the XQueryfn:comparefunction.
public static String concat$V(Object[] args)
public static Object contains(Object str,
Object contain)public static Object endsWith(Object str,
Object with)public static Object lowerCase(Object node)
public static Object startsWith(Object str,
Object with)public static Object stringJoin(Object strseq,
Object join)public static Object stringLength(Object str)
public static Object stringPad(Object str,
Object padcount)public static String stringValue(Object node)
public static void stringValue(Object node,
StringBuffer sbuf)public static Object substring(Object str,
Object start)public static Object substring(Object str,
Object start,
Object length)public static Object substringAfter(Object str,
Object find)public static Object substringBefore(Object str,
Object find)public static Object translate(Object str,
Object map,
Object trans)public static Object upperCase(Object node)