Package net.sf.saxon.str
Class ToUpper
java.lang.Object
net.sf.saxon.str.ToUpper
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; and using our own implementation is the best approach on .NET.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ToUpper
public ToUpper()
-
-
Method Details
-
toUpper
-