|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.basex.core.Progress
org.basex.query.QueryProcessor
org.basex.query.xpath.XPathProcessor
public final class XPathProcessor
XPath Processor, containing the XPath parser. The parse() method
evaluates the query and returns the parsed expression.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.QueryProcessor |
|---|
query |
| Constructor Summary | |
|---|---|
XPathProcessor(java.lang.String q)
XPath Query Constructor. |
|
| Method Summary | |
|---|---|
XPContext |
parse()
Parses and compiles the specified query. |
| Methods inherited from class org.basex.query.QueryProcessor |
|---|
compile, det, getInfo, head, prog, query, queryNodes |
| Methods inherited from class org.basex.core.Progress |
|---|
detail, header, progress, progress, stop, stopped |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XPathProcessor(java.lang.String q)
q - query| Method Detail |
|---|
public XPContext parse()
throws ParseException
QueryProcessor
ParseException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||