|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.util.TokenSet
org.basex.query.func.FNIndex
public final class FNIndex
Global expression context.
Method Summary | |
---|---|
void |
error(byte[] name)
Finds similar function names for throwing an error message. |
static FNIndex |
get()
Gets the function instance. |
Fun |
get(byte[] name,
byte[] uri,
Expr[] args)
Returns the specified function. |
Methods inherited from class org.basex.util.TokenSet |
---|
add, delete, id, key, keys, read, size, write |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static FNIndex get()
public Fun get(byte[] name, byte[] uri, Expr[] args) throws QueryException
name
- function nameuri
- function uriargs
- optional arguments
QueryException
- query exceptionpublic void error(byte[] name) throws QueryException
name
- function name
QueryException
- query exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |