wt.util.xml.xslt.extn
Class URLEncoderWrapper
java.lang.Object
wt.util.xml.xslt.extn.URLEncoderWrapper
- public class URLEncoderWrapper
- extends Object
XSLT extension function class to do URL encoding of strings
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLEncoderWrapper
public URLEncoderWrapper()
encode
public static String encode(String text)
- Real workhorse method
encode
public static String encode(URLEncoderWrapper uew,
String text)
- Workaround for old Xalan bug