| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.exolab.adaptx.xpath.XPathFunctionorg.exolab.adaptx.xslt.XSLTFunctionorg.exolab.adaptx.xslt.functions.RTF2NodeSetFunctionCallpublic class RTF2NodeSetFunctionCallextends XSLTFunctionField Summary |
Fields inherited from class org.exolab.adaptx.xslt.XSLTFunction | |
INVALID_NUMBER_PARAMS, XSLT_NAMESPACE | |
Constructor Summary | |
| |
Method Summary | |
XPathResult |
|
Methods inherited from class org.exolab.adaptx.xslt.XSLTFunction | |
call, getFunctionName, getNamespaceURI | |
Methods inherited from class org.exolab.adaptx.xpath.XPathFunction | |
call, call, getFunctionName, getNamespaceURI | |
public RTF2NodeSetFunctionCall(ProcessorState ps)
Creates a new rtf-2-nodeset() Function Call
public XPathResult call(XPathContext context, XPathResult[] args) throws XPathException
Invokes the function and returns the XPath result.
- Overrides:
- call in interface XSLTFunction
- Parameters:
context- The XPath context
- Returns:
- An XPath result (not null)
- Throws:
XPathException- An error occured while invoking this function