|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.basex.query.QueryParser
org.basex.query.xpath.XPParser
org.basex.query.xpath.XPSuggest
public final class XPSuggest
This class analyzes the current path and gives suggestions for code completions.
| Field Summary |
|---|
| Fields inherited from class org.basex.query.QueryParser |
|---|
file, ql, qm, qp, qu |
| Constructor Summary | |
|---|---|
XPSuggest(java.lang.String q,
Context c)
Constructor, specifying a node set. |
|
| Method Summary | |
|---|---|
StringList |
complete()
Returns the code completions. |
| Methods inherited from class org.basex.query.xpath.XPParser |
|---|
parse, parse |
| Methods inherited from class org.basex.query.QueryParser |
|---|
consume, consume, consume, consumeWS, curr, curr, ent, found, init, invalidEnt, mark, more, next, quote, rest, valid |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XPSuggest(java.lang.String q,
Context c)
q - queryc - context| Method Detail |
|---|
public StringList complete()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||