|
|||||||||
| 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.xpathTrue
public class xpathTrue
This class implements the XPath true() built-in function
| Constructor Summary | |
|---|---|
xpathTrue()
Construct an object for the true() function |
|
| Method Summary | |
|---|---|
ExpressionValue |
invoke(Object[] args)
Perform true() 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 xpathTrue()
| Method Detail |
|---|
public ExpressionValue invoke(Object[] args)
throws XPathEvaluationException
invoke in class Functionargs - List of arguments.
No arguments
XPathEvaluationExceptionpublic boolean isConstant()
isConstant in class Functionpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||