public final class FNHttp extends StandardFunc
| Constructor and Description |
|---|
FNHttp(InputInfo ii,
Function f,
Expr[] e)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Iter |
iter(QueryContext ctx)
Evaluates the expression and returns an iterator on the resulting items.
|
boolean |
uses(Expr.Use u)
Indicates if an expression uses the specified type or operation.
|
atom, comp, description, isFunction, plan, toStringallAreValues, count, indexEquivalent, removable, remove, toStringcheckBln, checkColl, checkCreate, checkCtx, checkDbl, checkDBNode, checkEStr, checkEStr, checkIO, checkItem, checkItr, checkItr, checkMap, checkNode, checkNoEmpty, checkStr, checkType, checkUp, checkUp, checkWrite, compBln, ebv, item, optPre, preEval, size, test, type, valueaddText, compEbv, hasFreeVars, indexAccessible, isEmpty, isItem, isVacuous, isValue, iterable, markTailCalls, sameAspublic Iter iter(QueryContext ctx) throws QueryException
ExprExpr.item(org.basex.query.QueryContext, org.basex.util.InputInfo) must be implemented
by an expression, as it may be called by this method.iter in class ParseExprctx - query contextQueryException - query exceptionpublic boolean uses(Expr.Use u)
ExprExpr.comp(org.basex.query.QueryContext) methods to test the properties of sub-expressions.
It will return true as soon as at least one test is successful.