| Package | Description |
|---|---|
| org.expath.tools.saxon.fun |
| Modifier and Type | Method and Description |
|---|---|
Param |
Definition.param(int pos) |
Param[] |
Definition.params() |
| Modifier and Type | Method and Description |
|---|---|
Definition |
Library.function(Function call,
java.lang.String local_name,
net.sf.saxon.value.SequenceType result,
Param... params) |
Definition |
Library.function(Function call,
net.sf.saxon.om.StructuredQName name,
net.sf.saxon.value.SequenceType result,
Param... params) |
| Constructor and Description |
|---|
Definition(Function call,
net.sf.saxon.om.StructuredQName name,
net.sf.saxon.value.SequenceType result,
Param... params) |
Parameters(Library lib,
net.sf.saxon.om.Sequence[] params,
int min,
Param[] formals)
Check the number of parameters in params, and throw an error if not OK.
|
Copyright © 2015-2020 EXPath. All Rights Reserved