|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XPathFunction
Interface to an XPath function implementation. Functions that require the XPath context should also
implement XPathFunctionWithContext.
Note: Once JET moves to Java 1.5 or later only, this interface will be migrated to javax.xml.xpath.XPathFunction
| Method Summary | |
|---|---|
java.lang.Object |
evaluate(java.util.List args)
Evaluate the function with given the arguments. |
| Method Detail |
|---|
java.lang.Object evaluate(java.util.List args)
NodeSet representing a result of an XPath path expressionDouble representing a numeric valueString representing a string valueBoolean representing a logical value
args - a non-null List of arguments.
XPathRuntimeException - if the function cannot be evaluated successfully.
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||