|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.adaptx.xpath.XPathFunction
org.exolab.adaptx.xslt.XSLTFunction
org.exolab.adaptx.xslt.functions.DocumentFunctionCall
A class that represents the XSL document() function call
Field Summary |
Fields inherited from class org.exolab.adaptx.xslt.XSLTFunction |
INVALID_NUMBER_PARAMS, XSLT_NAMESPACE |
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. |
Methods inherited from class org.exolab.adaptx.xslt.XSLTFunction |
getFunctionName, getNamespaceURI |
Methods inherited from class org.exolab.adaptx.xpath.XPathFunction |
call |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentFunctionCall(ProcessorState ps)
Method Detail |
public XPathResult call(XPathContext context, XPathResult[] args) throws XPathException
call
in class XSLTFunction
context
- The XPath context
XPathException
- An error occured while invoking this function
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |