Modifier | Constructor and Description |
---|---|
protected |
XdmFunctionItem(Function fi) |
Modifier and Type | Method and Description |
---|---|
XdmValue |
call(Processor processor,
XdmValue... arguments)
Call the function
|
int |
getArity()
Get the arity of the function
|
QName |
getName()
Get the name of the function
|
boolean |
isAtomicValue()
Determine whether the item is an atomic value
|
asMap, getStringValue, size, wrapItem
protected XdmFunctionItem(Function fi)
public QName getName()
public int getArity()
public boolean isAtomicValue()
isAtomicValue
in class XdmItem
public XdmValue call(Processor processor, XdmValue... arguments) throws SaxonApiException
arguments
- the values to be supplied as arguments to the functionprocessor
- the s9api ProcessorSaxonApiException
Copyright (c) 2004-2014 Saxonica Limited. All rights reserved.