org.exolab.adaptx.xslt.functions
public class DocumentFunctionCall extends XSLTFunction
Version: $Revision: 3915 $ $Date: 2003-09-29 15:31:49 -0400 (Mon, 29 Sep 2003) $
Constructor Summary | |
---|---|
DocumentFunctionCall(ProcessorState ps)
Creates a new Document() Function Call
|
Method Summary | |
---|---|
XPathResult | call(XPathContext context, XPathResult[] args)
Invokes the function and returns the XPath result.
|
Parameters: context The XPath context params A list of zero or more arguments
Returns: An XPath result (not null)
Throws: XPathException An error occured while invoking this function