All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.functions.TextFunctionCall
com.kvisco.xsl.functions.FunctionCall
|
+----com.kvisco.xsl.functions.TextFunctionCall
- public class TextFunctionCall
- extends FunctionCall
- implements NodeExpr
A class that represents the XSL text() function call
- Author:
- Keith Visco
-
TextFunctionCall()
- Creates a new TextFunctionCall
-
evaluate(Node, ProcessorState)
- Evalutes this FunctionCall using the given Node as
the context.
-
getNodeExprType()
-
-
matches(Node, Node, ProcessorState)
- Determines if the given node is matched by this MatchExpr with
respect to the given context node.
-
matches(Node, Node, ProcessorState)
- Determines if the given node is matched by this NodeExpr
within the given context
TextFunctionCall
public TextFunctionCall()
- Creates a new TextFunctionCall
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
getNodeExprType
public short getNodeExprType()
matches
public boolean matches(Node node,
Node context,
ProcessorState ps) throws InvalidExprException
- Determines if the given node is matched by this NodeExpr
within the given context
All Packages Class Hierarchy This Package Previous Next Index