|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jaxen.function.xslt.DocumentFunction
Implements the XSLT document() function
Constructor Summary | |
DocumentFunction()
|
Method Summary | |
java.lang.Object |
call(Context context,
java.util.List args)
Evaluate this function. |
static java.lang.Object |
evaluate(java.lang.String url,
Navigator nav)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DocumentFunction()
Method Detail |
public java.lang.Object call(Context context, java.util.List args) throws FunctionCallException
Function
call
in interface Function
context
- the context at the point in the
expression when the function is calledargs
- arguments provided to the function
List
(node-set), Double
, Boolean
, or
String
FunctionCallException
- if an XPath error occurs during evaluation;
for instance, if the number or type of the arguments is incorrectpublic static java.lang.Object evaluate(java.lang.String url, Navigator nav) throws FunctionCallException
FunctionCallException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |