This class is used as a XSLT extension class. It is used by the XSP
generation stylesheet to escape XML characters to make a valid Java strings.
author: Vadim Gritsenko version: CVS $Id: XSLTExtension.java 433543 2006-08-22 06:22:54Z crossley $
prefix(String string) Counts amount of spaces in the input line from the beginning
to the first new line symbol and returns a string with this
amount of spaces.
suffix(String string) Counts amount of spaces in the input line from the end
to the last new line symbol and returns a string with this
amount of spaces.
Counts amount of spaces in the input line from the beginning
to the first new line symbol and returns a string with this
amount of spaces.
Used by the Python XSP core logicsheet.
Counts amount of spaces in the input line from the end
to the last new line symbol and returns a string with this
amount of spaces.
Used by the Python XSP core logicsheet.