source: trunk/gsdl/src/java/org/nzdl/gsdl/ApplyXSLTUtil.java@ 12593

Last change on this file since 12593 was 12593, checked in by shaoqun, 18 years ago

a util class that converts a string to its lowercase

  • Property svn:keywords set to Author Date Id Revision
File size: 148 bytes
Line 
1package org.nzdl.gsdl;
2
3public class ApplyXSLTUtil {
4
5 public static String toLowerCase(String value){
6 return value.toLowerCase();
7 }
8}
Note: See TracBrowser for help on using the repository browser.