Class FuncFalse
java.lang.Object
org.loboevolution.apache.xpath.Expression
org.loboevolution.apache.xpath.functions.Function
org.loboevolution.apache.xpath.functions.FuncFalse
- All Implemented Interfaces:
SourceLocator
,ExpressionNode
,XPathVisitable
Execute the False() function.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.loboevolution.apache.xpath.functions.Function
callArgVisitors, callVisitors, checkNumberArgs, deepEquals, postCompileStep, reportWrongNumberArgs, setArg
Methods inherited from class org.loboevolution.apache.xpath.Expression
asIterator, asNode, assertion, bool, canTraverseOutsideSubtree, error, execute, execute, execute, exprGetParent, exprSetParent, getColumnNumber, getExpressionOwner, getLineNumber, getPublicId, getSystemId, isSameClass, isStableNumber, num
-
Constructor Details
-
FuncFalse
public FuncFalse()
-
-
Method Details
-
execute
Execute the function. The function must return a valid object.- Overrides:
execute
in classFunction
- Parameters:
xctxt
- The current execution context.- Returns:
- A valid XObject.
- Throws:
TransformerException
- in case of error
-