All Packages Class Hierarchy This Package Previous Next Index
Class com.kvisco.xsl.functions.DocumentFunctionCall
com.kvisco.xsl.functions.FunctionCall
|
+----com.kvisco.xsl.functions.DocumentFunctionCall
- public class DocumentFunctionCall
- extends FunctionCall
A class that represents the XSL document() function call
- Author:
- Keith Visco
-
DocumentFunctionCall()
- Creates a new Document() Function Call
-
evaluate(Node, ProcessorState)
- Evalutes this FunctionCall using the given Node as
the context.
DocumentFunctionCall
public DocumentFunctionCall()
- Creates a new Document() Function Call
evaluate
public ExprResult evaluate(Node context,
ProcessorState ps) throws InvalidExprException
- Evalutes this FunctionCall using the given Node as
the context.
- Throws: InvalidExprException
- when the expression being
evaluated has an error.
All Packages Class Hierarchy This Package Previous Next Index