org.apache.xpath.functions

Class FuncFalse

public class FuncFalse extends Function

Execute the False() 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 © 2005 Apache XML Project. All Rights Reserved.