|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryException | |
---|---|
org.basex.core | This package contains the core classes. |
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 QueryException in org.basex.core |
---|
Methods in org.basex.core that throw QueryException | |
---|---|
void |
CommandParser.error(StringList comp,
java.lang.String m,
java.lang.Object... e)
Throws an error. |
Process[] |
CommandParser.parse()
Parses the input and returns a command list. |
Uses of QueryException in org.basex.query |
---|
Methods in org.basex.query that throw QueryException | |
---|---|
void |
QueryProcessor.compile(Nodes nodes)
Compiles the query. |
void |
QueryProcessor.parse()
Parses the specified query. |
Result |
QueryProcessor.query(Nodes n)
Parses the specified query and returns the result. |
Nodes |
QueryProcessor.queryNodes(Nodes nodes)
Parses the specified query and returns the result nodes. |
Uses of QueryException in org.basex.query.xpath |
---|
Methods in org.basex.query.xpath that throw QueryException | |
---|---|
XPContext |
XPContext.compile(Nodes n)
|
XPContext |
XPathProcessor.create()
|
Item |
XPContext.eval(Expr e)
Evaluates the expression with the specified context set. |
Result |
XPContext.eval(Nodes nodes)
|
XPContext |
XPParser.parse()
Parses the query and returns a query context. |
XPContext |
XPParser.parse(boolean end)
Parses the query and returns a query context. |
Uses of QueryException in org.basex.query.xpath.expr |
---|
Methods in org.basex.query.xpath.expr that throw QueryException | |
---|---|
Expr |
Arr.comp(XPContext ctx)
|
Expr |
Cmp.comp(XPContext ctx)
|
FTArrayExpr |
FTOr.comp(XPContext ctx)
|
Expr |
Clc.comp(XPContext ctx)
|
FTArrayExpr |
FTArrayExpr.comp(XPContext ctx)
Optimizes the expression. |
Expr |
Or.comp(XPContext ctx)
|
Expr |
Filter.comp(XPContext ctx)
|
FTArrayExpr |
FTMildNot.comp(XPContext ctx)
|
Expr |
FTContains.comp(XPContext ctx)
|
Expr |
FTContainsNS.comp(XPContext ctx)
|
abstract Expr |
Expr.comp(XPContext ctx)
Optimizes the expression. |
FTArrayExpr |
FTAnd.comp(XPContext ctx)
|
FTArrayExpr |
FTSelect.comp(XPContext ctx)
|
Expr |
Unary.comp(XPContext ctx)
|
Expr |
And.comp(XPContext ctx)
|
FTArrayExpr |
FTNot.comp(XPContext ctx)
|
Bln |
FTUnion.eval(XPContext ctx)
|
Bln |
Cmp.eval(XPContext ctx)
|
Bln |
FTNotIter.eval(XPContext ctx)
|
Item |
Path.eval(XPContext ctx)
|
Bln |
FTOr.eval(XPContext ctx)
|
Dbl |
Clc.eval(XPContext ctx)
|
Bln |
FTIntersection.eval(XPContext ctx)
|
Bln |
Or.eval(XPContext ctx)
|
Nod |
Filter.eval(XPContext ctx)
|
Bln |
FTMildNot.eval(XPContext ctx)
|
Item |
FTContains.eval(XPContext ctx)
|
Bln |
FTMildNotIter.eval(XPContext ctx)
|
Nod |
FTContainsNS.eval(XPContext ctx)
|
abstract Item |
Expr.eval(XPContext ctx)
Evaluates the expression with the specified context set. |
Nod |
InterSect.eval(XPContext ctx)
|
Bln |
FTAnd.eval(XPContext ctx)
|
Item |
FTSelect.eval(XPContext ctx)
|
Bln |
Pos.eval(XPContext ctx)
|
Dbl |
Unary.eval(XPContext ctx)
|
Nod |
Union.eval(XPContext ctx)
|
Bln |
And.eval(XPContext ctx)
|
Bln |
FTNot.eval(XPContext ctx)
|
FTArrayExpr |
FTOr.indexEquivalent(XPContext ctx,
Step curr,
boolean seq)
|
FTArrayExpr |
FTArrayExpr.indexEquivalent(XPContext ctx,
Step step,
boolean seq)
|
Expr |
Or.indexEquivalent(XPContext ctx,
Step curr,
boolean seq)
|
FTArrayExpr |
FTMildNot.indexEquivalent(XPContext ctx,
Step curr,
boolean seq)
|
Expr |
FTContains.indexEquivalent(XPContext ctx,
Step curr,
boolean seq)
|
Expr |
Expr.indexEquivalent(XPContext ctx,
Step step,
boolean seq)
Returns an equivalent expression which accesses an index structure. |
FTArrayExpr |
FTAnd.indexEquivalent(XPContext ctx,
Step curr,
boolean seq)
|
FTArrayExpr |
FTSelect.indexEquivalent(XPContext ctx,
Step curr,
boolean seq)
|
Expr |
And.indexEquivalent(XPContext ctx,
Step curr,
boolean seq)
|
FTArrayExpr |
FTNot.indexEquivalent(XPContext ctx,
Step curr,
boolean seq)
|
Uses of QueryException in org.basex.query.xpath.func |
---|
Methods in org.basex.query.xpath.func that throw QueryException | |
---|---|
Expr |
Count.comp(XPContext ctx)
|
Expr |
ContainsLC.comp(XPContext ctx)
|
Expr |
Contains.comp(XPContext ctx)
|
Expr |
Matches.comp(XPContext ctx)
|
Expr |
Ceiling.comp(XPContext ctx)
|
Expr |
Round.comp(XPContext ctx)
|
Expr |
Func.comp(XPContext ctx)
|
Expr |
Not.comp(XPContext ctx)
|
Expr |
Floor.comp(XPContext ctx)
|
Bln |
Lang.eval(XPContext ctx)
|
Nod |
Nodes.eval(XPContext ctx)
|
Dbl |
Count.eval(XPContext ctx)
|
Str |
Name.eval(XPContext ctx)
|
Bln |
ContainsLC.eval(XPContext ctx)
|
Bln |
Contains.eval(XPContext ctx)
|
Dbl |
StringLength.eval(XPContext ctx)
|
Bln |
Matches.eval(XPContext ctx)
|
Nod |
Distinct.eval(XPContext ctx)
|
Str |
Concat.eval(XPContext ctx)
|
Dbl |
Last.eval(XPContext ctx)
|
Dbl |
NumFunc.eval(XPContext ctx)
|
Dbl |
Ceiling.eval(XPContext ctx)
|
Item |
Random.eval(XPContext ctx)
|
Bln |
StartsWith.eval(XPContext ctx)
|
Dbl |
Round.eval(XPContext ctx)
|
Str |
NormalizeSpace.eval(XPContext ctx)
|
Bln |
BooleanFunc.eval(XPContext ctx)
|
Nod |
Id.eval(XPContext ctx)
|
Dbl |
Sum.eval(XPContext ctx)
|
Str |
SubStr.eval(XPContext ctx)
|
Dbl |
Position.eval(XPContext ctx)
|
Bln |
Not.eval(XPContext ctx)
|
Nod |
Doc.eval(XPContext ctx)
|
Str |
Translate.eval(XPContext ctx)
|
Item |
Sort.eval(XPContext ctx)
|
Str |
LocalName.eval(XPContext ctx)
|
Bln |
EndsWith.eval(XPContext ctx)
|
Str |
SubstringBefore.eval(XPContext ctx)
|
Dbl |
Floor.eval(XPContext ctx)
|
Str |
StringFunc.eval(XPContext ctx)
|
Str |
SubstringAfter.eval(XPContext ctx)
|
Item[] |
Func.evalArgs(XPContext ctx)
Evaluates the arguments. |
Func |
XPathContext.getFunction(byte[] name,
Expr[] args)
Evaluates the specified function. |
Uses of QueryException in org.basex.query.xpath.internal |
---|
Methods in org.basex.query.xpath.internal that throw QueryException | |
---|---|
Nod |
IndexMatch.eval(XPContext ctx)
|
Bln |
AllOf.eval(XPContext ctx)
|
Bln |
Range.eval(XPContext ctx)
|
Bln |
OneOf.eval(XPContext ctx)
|
Uses of QueryException in org.basex.query.xpath.locpath |
---|
Methods in org.basex.query.xpath.locpath that throw QueryException | |
---|---|
Expr |
LocPath.comp(XPContext ctx)
|
boolean |
Preds.compile(XPContext ctx)
Optimizes the predicates. |
boolean |
Steps.compile(XPContext ctx)
Optimizes the location steps. |
abstract Nod |
LocPath.eval(XPContext ctx)
|
Nod |
LocPathAbs.eval(XPContext ctx)
|
Nod |
Steps.eval(XPContext ctx)
Evaluates the location steps. |
Nod |
LocPathRel.eval(XPContext ctx)
|
void |
Preds.eval(XPContext ctx,
NodeBuilder nodes,
NodeBuilder result)
Evaluates the predicates. |
Expr |
PredSimple.indexEquivalent(XPContext ctx,
Step step,
boolean seq)
|
Uses of QueryException in org.basex.query.xquery |
---|
Subclasses of QueryException in org.basex.query.xquery | |
---|---|
class |
XQException
This class indicates exceptions during query evaluation. |
Methods in org.basex.query.xquery that throw QueryException | |
---|---|
QueryContext |
XQueryProcessor.create()
|
void |
XQueryProcessor.parse(java.lang.String in)
Parses the specified input. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |