All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.functions.StringFunctionCall

com.kvisco.xsl.functions.FunctionCall
   |
   +----com.kvisco.xsl.functions.StringFunctionCall

public class StringFunctionCall
extends FunctionCall
A implementation of the "string()" function call

Author:
Keith Visco

Constructor Index

 o StringFunctionCall()
Creates a new String FunctionCall

Method Index

 o evaluate(Node, ProcessorState)
Evalutes this FunctionCall using the given Node as the context.

Constructors

 o StringFunctionCall
 public StringFunctionCall()
Creates a new String FunctionCall

Methods

 o evaluate
 public ExprResult evaluate(Node context,
                            ProcessorState ps) throws InvalidExprException
Evalutes this FunctionCall using the given Node as the context. This method will always return a StringResult


All Packages  Class Hierarchy  This Package  Previous  Next  Index