All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.StringExpr

com.kvisco.xsl.StringExpr

public class StringExpr
implements Expr
A class that represents an XSL StringExpr

Author:
Keith Visco

Variable Index

 o L_CURLY_BRACKET
 o R_CURLY_BRACKET

Constructor Index

 o StringExpr(String)
Creates a new StringExpr using the given String

Method Index

 o evaluate(Node, ProcessorState)
Evalutes this StringExpr using the given Node as the context
 o getExprType()
 o toString()
Returns the String representation of this StringExpr
 o toStringResult(ExprResult)

Variables

 o L_CURLY_BRACKET
 public static final char L_CURLY_BRACKET
 o R_CURLY_BRACKET
 public static final char R_CURLY_BRACKET

Constructors

 o StringExpr
 public StringExpr(String exprString) throws InvalidExprException
Creates a new StringExpr using the given String

Parameters:
exprString - the String to create the StringExpr from

Methods

 o evaluate
 public ExprResult evaluate(Node context,
                            ProcessorState ps) throws InvalidExprException
Evalutes this StringExpr using the given Node as the context

 o getExprType
 public short getExprType()
 o toStringResult
 public static StringResult toStringResult(ExprResult exprResult)
 o toString
 public String toString()
Returns the String representation of this StringExpr

Returns:
the String representation of this StringExpr

All Packages  Class Hierarchy  This Package  Previous  Next  Index