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
-
L_CURLY_BRACKET
-
-
R_CURLY_BRACKET
-
-
StringExpr(String)
- Creates a new StringExpr using the given String
-
evaluate(Node, ProcessorState)
- Evalutes this StringExpr using the given Node as
the context
-
getExprType()
-
-
toString()
- Returns the String representation of this StringExpr
-
toStringResult(ExprResult)
-
L_CURLY_BRACKET
public static final char L_CURLY_BRACKET
R_CURLY_BRACKET
public static final char R_CURLY_BRACKET
StringExpr
public StringExpr(String exprString) throws InvalidExprException
- Creates a new StringExpr using the given String
- Parameters:
- exprString - the String to create the StringExpr from
evaluate
public ExprResult evaluate(Node context,
ProcessorState ps) throws InvalidExprException
- Evalutes this StringExpr using the given Node as
the context
getExprType
public short getExprType()
toStringResult
public static StringResult toStringResult(ExprResult exprResult)
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