org.exolab.adaptx.xslt.functions

Class RTF2NodeSetFunctionCall

public class RTF2NodeSetFunctionCall extends XSLTFunction

A class that represents an XSL:P extension function which allows converting an XSLT result-tree-fragment into a NodeSet.

Version: $Revision: 3633 $ $Date: 2003-03-01 02:38:44 -0500 (Sat, 01 Mar 2003) $

Author: Keith Visco

Constructor Summary
RTF2NodeSetFunctionCall(ProcessorState ps)
Creates a new rtf-2-nodeset() Function Call
Method Summary
XPathResultcall(XPathContext context, XPathResult[] args)
Invokes the function and returns the XPath result.

Constructor Detail

RTF2NodeSetFunctionCall

public RTF2NodeSetFunctionCall(ProcessorState ps)
Creates a new rtf-2-nodeset() Function Call

Method Detail

call

public 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