|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.saxon.s9api.XdmValue net.sf.saxon.s9api.XdmItem net.sf.saxon.s9api.XdmFunctionItem
public class XdmFunctionItem
The class XdmFunctionItem represents a function item
Constructor Summary | |
---|---|
protected |
XdmFunctionItem(FunctionItem fi)
|
Method Summary | |
---|---|
XdmValue |
call(XdmValue[] arguments,
Processor processor)
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 |
Methods inherited from class net.sf.saxon.s9api.XdmItem |
---|
getStringValue, newAtomicValue, size, wrapItem |
Methods inherited from class net.sf.saxon.s9api.XdmValue |
---|
append, getUnderlyingValue, itemAt, iterator, setValue, wrap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected XdmFunctionItem(FunctionItem fi)
Method Detail |
---|
public QName getName()
public int getArity()
public boolean isAtomicValue()
isAtomicValue
in class XdmItem
public XdmValue call(XdmValue[] arguments, Processor processor) throws SaxonApiException
arguments
- the values to be supplied as arguments to the functionprocessor
- the s9api Processor
SaxonApiException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |