|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.query.xpath.func.XPathContext
public final class XPathContext
Global expression context.
Method Summary | |
---|---|
static XPathContext |
get()
Returns single instance of this class. |
Func |
getFunction(byte[] name,
Expr[] args)
Evaluates the specified function. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static XPathContext get()
public Func getFunction(byte[] name, Expr[] args) throws QueryException
name
- name of the functionargs
- optional arguments
QueryException
- query exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |