Package net.sf.saxon.str
Class ToUpper
- java.lang.Object
-
- net.sf.saxon.str.ToUpper
-
public class ToUpper extends java.lang.Object
Class to perform uppercase conversion.Note we could use the built-in Java function (the rules are compatible with the XPath rules), but we would then need to convert the UnicodeString to a Java String.
-
-
Constructor Summary
Constructors Constructor Description ToUpper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UnicodeString
toUpper(UnicodeString input)
-
-
-
Method Detail
-
toUpper
public static UnicodeString toUpper(UnicodeString input)
-
-