Package net.sf.saxon.query
Class UnboundFunctionLibrary.UnboundFunctionCallDetails
java.lang.Object
net.sf.saxon.query.UnboundFunctionLibrary.UnboundFunctionCallDetails
- Enclosing class:
UnboundFunctionLibrary
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionUnboundFunctionCallDetails
(SymbolicName.F functionName, Expression[] arguments, Map<StructuredQName, Integer> keywords, StaticContext env) -
Method Summary
-
Field Details
-
functionName
-
arguments
-
keywords
-
env
-
-
Constructor Details
-
UnboundFunctionCallDetails
public UnboundFunctionCallDetails(SymbolicName.F functionName, Expression[] arguments, Map<StructuredQName, Integer> keywords, StaticContext env)
-