org.apache.xpath.functions

Class FuncCurrent

public class FuncCurrent extends Function

Execute the current() function.

UNKNOWN: advanced

Method Summary
XObjectexecute(XPathContext xctxt)
Execute the function.
voidfixupVariables(Vector vars, int globalsSize)
No arguments to process, so this does nothing.

Method Detail

execute

public XObject execute(XPathContext xctxt)
Execute the function. The function must return a valid object.

Parameters: xctxt The current execution context.

Returns: A valid XObject.

Throws: javax.xml.transform.TransformerException

fixupVariables

public void fixupVariables(Vector vars, int globalsSize)
No arguments to process, so this does nothing.
Copyright B) 2006 Apache XML Project. All Rights Reserved.