Package net.sf.saxon.functions
Interface ArityTwoFunction
- All Known Implementing Classes:
Contains,MapFunctionSet.MapContains,MapFunctionSet.MapGet
public interface ArityTwoFunction
-
Method Summary
Modifier and TypeMethodDescriptioncall2(XPathContext context, Sequence arg0, Sequence arg1) Call a function with two arguments
-
Method Details
-
call2
Call a function with two arguments- Parameters:
context- the dynamic evaluation contextarg0- the first argumentarg1- the second argument- Returns:
- the result of the function call
- Throws:
XPathException- if the call fails with a dynamic error
-