All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.functions.ErrorFunctionCall
com.kvisco.xsl.functions.FunctionCall
|
+----com.kvisco.xsl.functions.ErrorFunctionCall
- public class ErrorFunctionCall
- extends FunctionCall
A function to allow invalid expr's to go unnoticed until called. Since
XSL:P parses the expressions up front the FunctionCall is useful
in saving error messages for a later invocation!
- Author:
- Keith Visco
-
ERROR_FN
-
-
ErrorFunctionCall()
- Creates a new ErrorFunctionCall
-
evaluate(Node, ProcessorState)
- Evalutes this FunctionCall using the given Node as
the context.
-
setError(String)
-
ERROR_FN
public static final String ERROR_FN
ErrorFunctionCall
public ErrorFunctionCall()
- Creates a new ErrorFunctionCall
evaluate
public ExprResult evaluate(Node context,
ProcessorState ps) throws InvalidExprException
- Evalutes this FunctionCall using the given Node as
the context. This method will always throw and
InvalidExprException
setError
public void setError(String error)
All Packages Class Hierarchy This Package Previous Next Index