Class ArborXSLUtils

java.lang.Object
  |
  +--ArborXSLUtils

public class ArborXSLUtils
extends java.lang.Object

Extension functions made available by Arboreal to XSLT stylesheets via Xalan.

Version:
$2004-10-13 19:12:45 mdh$
Author:
Malcolm D. Hyman

Constructor Summary
ArborXSLUtils()
           
 
Method Summary
 java.lang.String zwsp(java.lang.String src)
          Ensures that there is an zero-width space (ZWSP) between any (so-called) ideographic character and any Roman alphabetic character.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArborXSLUtils

public ArborXSLUtils()
Method Detail

zwsp

public java.lang.String zwsp(java.lang.String src)
Ensures that there is an zero-width space (ZWSP) between any (so-called) ideographic character and any Roman alphabetic character. This kludge is currently used to get Chinese support in Arboreal.
Parameters:
src - the source string
Returns:
the transformed string