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

Constructor Index

 o DocumentFunctionCall()
Creates a new Document() Function Call

Method Index

 o evaluate(Node, ProcessorState)
Evalutes this FunctionCall using the given Node as the context.

Constructors

 o DocumentFunctionCall
 public DocumentFunctionCall()
Creates a new Document() Function Call

Methods

 o 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