|
||||||||
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.CurrentFunctionCall
public class CurrentFunctionCall
A class that represents the XSLT current() function call
Field Summary |
---|
Fields inherited from class org.exolab.adaptx.xslt.XSLTFunction |
---|
INVALID_NUMBER_PARAMS, XSLT_NAMESPACE |
Constructor Summary | |
---|---|
CurrentFunctionCall(ProcessorState ps)
Creates a new current() 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 CurrentFunctionCall(ProcessorState ps)
Method Detail |
---|
public XPathResult call(XPathContext context, XPathResult[] args) throws XPathException
call
in class XSLTFunction
context
- The XPath contextparams
- A list of zero or more arguments
XPathException
- An error occured while invoking this function
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |