public abstract class Function extends Object implements net.sf.saxon.s9api.ExtensionFunction
| Constructor and Description |
|---|
Function(net.sf.saxon.s9api.QName qname,
net.sf.saxon.s9api.SequenceType resultType,
net.sf.saxon.s9api.SequenceType[] argumentTypes) |
| Modifier and Type | Method and Description |
|---|---|
abstract net.sf.saxon.s9api.XdmValue |
call(net.sf.saxon.s9api.XdmValue[] arguments) |
net.sf.saxon.s9api.SequenceType[] |
getArgumentTypes() |
net.sf.saxon.s9api.QName |
getName() |
net.sf.saxon.s9api.SequenceType |
getResultType() |
public Function(net.sf.saxon.s9api.QName qname,
net.sf.saxon.s9api.SequenceType resultType,
net.sf.saxon.s9api.SequenceType[] argumentTypes)
public net.sf.saxon.s9api.QName getName()
getName in interface net.sf.saxon.s9api.ExtensionFunctionpublic net.sf.saxon.s9api.SequenceType getResultType()
getResultType in interface net.sf.saxon.s9api.ExtensionFunctionpublic net.sf.saxon.s9api.SequenceType[] getArgumentTypes()
getArgumentTypes in interface net.sf.saxon.s9api.ExtensionFunctionpublic abstract net.sf.saxon.s9api.XdmValue call(net.sf.saxon.s9api.XdmValue[] arguments)
throws net.sf.saxon.s9api.SaxonApiException
call in interface net.sf.saxon.s9api.ExtensionFunctionnet.sf.saxon.s9api.SaxonApiExceptionCopyright © 2013. All Rights Reserved.