|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use EvalException | |
|---|---|
| org.basex.query | Provides classes for querying the data. |
| org.basex.query.xpath | Includes an implementation of XPath 1.0. |
| org.basex.query.xpath.expr | Contains XPath 1.0 expressions. |
| org.basex.query.xpath.func | Contains XPath 1.0 functions. |
| org.basex.query.xpath.internal | Contains internally used XPath expressions. |
| org.basex.query.xpath.locpath | Contains classes for the evaluation of XPath 1.0 location steps. |
| org.basex.query.xquery | Includes an implementation of XQuery 1.0. |
| Uses of EvalException in org.basex.query |
|---|
| Methods in org.basex.query that throw EvalException | |
|---|---|
abstract void |
QueryContext.compile(Nodes nodes)
Optimizes the expression. |
abstract Result |
QueryContext.eval(Nodes nodes)
Evaluates the expression with the specified context set. |
| Uses of EvalException in org.basex.query.xpath |
|---|
| Methods in org.basex.query.xpath that throw EvalException | |
|---|---|
void |
XPContext.compile(Nodes n)
|
Item |
XPContext.eval(Expr e)
Evaluates the expression with the specified context set. |
Result |
XPContext.eval(Nodes nodes)
|
| Uses of EvalException in org.basex.query.xpath.expr |
|---|
| Uses of EvalException in org.basex.query.xpath.func |
|---|
| Uses of EvalException in org.basex.query.xpath.internal |
|---|
| Methods in org.basex.query.xpath.internal that throw EvalException | |
|---|---|
Bool |
Range.eval(XPContext ctx)
|
Bool |
OneOf.eval(XPContext ctx)
|
NodeSet |
IndexMatch.eval(XPContext ctx)
|
Bool |
AllOf.eval(XPContext ctx)
|
| Uses of EvalException in org.basex.query.xpath.locpath |
|---|
| Methods in org.basex.query.xpath.locpath that throw EvalException | |
|---|---|
boolean |
Steps.compile(XPContext ctx)
Optimizes the predicates. |
boolean |
Preds.compile(XPContext ctx)
Optimizes the predicates. |
Expr |
LocPath.compile(XPContext ctx)
|
NodeSet |
Steps.eval(XPContext ctx)
Evaluates the location steps. |
NodeSet |
LocPathRel.eval(XPContext ctx)
|
NodeSet |
LocPathAbs.eval(XPContext ctx)
|
abstract NodeSet |
LocPath.eval(XPContext ctx)
|
void |
Preds.eval(XPContext ctx,
NodeBuilder nodes,
NodeBuilder result)
Evaluates the predicates. |
Expr |
PredSimple.indexEquivalent(XPContext ctx,
Step step)
|
| Uses of EvalException in org.basex.query.xquery |
|---|
| Subclasses of EvalException in org.basex.query.xquery | |
|---|---|
class |
XQException
This class indicates exceptions during query evaluation. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||