All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.functions.StartsWith

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

public class StartsWith
extends FunctionCall
A implementation of the "starts-with" function call

Author:
Keith Visco

Constructor Index

 o StartsWith()
Creates a new StartsWith FunctionCall

Method Index

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

Constructors

 o StartsWith
 public StartsWith()
Creates a new StartsWith 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 BooleanResult


All Packages  Class Hierarchy  This Package  Previous  Next  Index