|
||||||||||
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 create()
method evaluates the query and returns
a query context.
Field Summary |
---|
Fields inherited from class org.basex.query.QueryProcessor |
---|
query |
Constructor Summary | |
---|---|
XPathProcessor(java.lang.String q)
XPath Query Constructor. |
Method Summary | |
---|---|
XPContext |
create()
Parses the specified query and returns the query context. |
Methods inherited from class org.basex.query.QueryProcessor |
---|
compile, det, getInfo, parse, prog, query, queryNodes, tit |
Methods inherited from class org.basex.core.Progress |
---|
checkStop, detail, progress, progress, stop, title |
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
- queryMethod Detail |
---|
public XPContext create() throws QueryException
QueryProcessor
QueryException
- query exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |