|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.xml.xpath.Function
com.novell.xml.xpath.functions.xpathFalse
public class xpathFalse
This class implements the XPath false() built-in function
Constructor Summary | |
---|---|
xpathFalse()
Construct an object for the false() function |
Method Summary | |
---|---|
ExpressionValue |
invoke(Object[] args)
Perform false() function |
boolean |
isConstant()
Return true if the expression is a constant value. |
String |
toString()
Return function name. |
Methods inherited from class com.novell.xml.xpath.Function |
---|
getInstance, getSignature, registerForReset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public xpathFalse()
Method Detail |
---|
public ExpressionValue invoke(Object[] args) throws XPathEvaluationException
invoke
in class Function
args
- List of arguments.
No arguments
XPathEvaluationException
public boolean isConstant()
isConstant
in class Function
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |