|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryParser | |
---|---|
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.xquery | Includes an implementation of XQuery 1.0. |
Uses of QueryParser in org.basex.core |
---|
Subclasses of QueryParser in org.basex.core | |
---|---|
class |
CommandParser
This is a parser for command strings, creating Process instances. |
Uses of QueryParser in org.basex.query |
---|
Methods in org.basex.query with parameters of type QueryParser | |
---|---|
void |
QueryException.complete(QueryParser qp,
StringList comp)
Sets code completions. |
void |
QueryException.pos(QueryParser parser)
Sets the error position. |
Uses of QueryParser in org.basex.query.xpath |
---|
Subclasses of QueryParser in org.basex.query.xpath | |
---|---|
class |
XPParser
XPath Processor, containing the XPath parser. |
class |
XPSuggest
This class analyzes the current path and gives suggestions for code completions. |
Uses of QueryParser in org.basex.query.xquery |
---|
Subclasses of QueryParser in org.basex.query.xquery | |
---|---|
class |
XQParser
XQuery parser. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |