org.jaxen.function.xslt
Class DocumentFunction
java.lang.Objectorg.jaxen.function.xslt.DocumentFunction
- Function
public class DocumentFunction
extends java.lang.Object
Implements the XSLT document() function
call
public Object call(Context context,
List args)
throws FunctionCallExceptionEvaluate this function.
- call in interface Function
context - the context at the point in the
expression when the function is calledargs - arguments provided to the function
- the result of evaluating the function; a
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 incorrect