Class ToLower


  • public class ToLower
    extends java.lang.Object
    Class to perform lowercase 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
      ToLower()