public interface XQFunction extends XQFunctionExpr
Modifier and Type | Method and Description |
---|---|
Item |
invItem(QueryContext qc,
InputInfo ii,
Value... args)
Internally invokes this function with the given arguments.
|
Item |
invokeItem(QueryContext qc,
InputInfo ii,
Value... args)
Invokes this function with the given arguments.
|
Value |
invokeValue(QueryContext qc,
InputInfo ii,
Value... args)
Invokes this function with the given arguments.
|
Value |
invValue(QueryContext qc,
InputInfo ii,
Value... args)
Internally invokes this function with the given arguments.
|
int |
stackFrameSize()
Size of this function's stack frame.
|
annotations, argName, arity, funcName, funcType, inlineExpr
Value invValue(QueryContext qc, InputInfo ii, Value... args) throws QueryException
invokeValue(QueryContext, InputInfo, Value...)
instead.qc
- query contextii
- input infoargs
- argumentsQueryException
- query exceptionItem invItem(QueryContext qc, InputInfo ii, Value... args) throws QueryException
invokeItem(QueryContext, InputInfo, Value...)
instead.qc
- query contextii
- input infoargs
- argumentsQueryException
- query exceptionValue invokeValue(QueryContext qc, InputInfo ii, Value... args) throws QueryException
qc
- query contextii
- input infoargs
- argumentsQueryException
- query exceptionItem invokeItem(QueryContext qc, InputInfo ii, Value... args) throws QueryException
qc
- query contextii
- input infoargs
- argumentsQueryException
- query exceptionint stackFrameSize()
Copyright © 2005–2015 BaseX Team. All rights reserved.