|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.query.xquery.XQParser
public final class XQParser
XQuery parser.
| Field Summary | |
|---|---|
TokenList |
modLoaded
List of loaded modules. |
| Constructor Summary | |
|---|---|
XQParser(XQContext expr)
Constructor. |
|
| Method Summary | |
|---|---|
void |
parse(byte[] q)
Parses the specified query. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public TokenList modLoaded
| Constructor Detail |
|---|
public XQParser(XQContext expr)
expr - xquery expression| Method Detail |
|---|
public void parse(byte[] q)
throws XQException
q - input query
XQException - xquery exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||