|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgooglesearch.Query
googlesearch.CompositeQuery
public abstract class CompositeQuery
An abstract class representing queries that contain one or more other queries. It's main responsibility is to walk a tree of query objects and build up the query string represented by the tree.
| Field Summary |
|---|
| Fields inherited from class googlesearch.Query |
|---|
NULL_QUERY |
| Constructor Summary | |
|---|---|
CompositeQuery()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getSearchString()
Obtain the search string specified when the object was created. |
| Methods inherited from class googlesearch.Query |
|---|
buildSearchString, getQueryKey, lucky, modifier, search, search, setQueryKey, suggestSpelling, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CompositeQuery()
| Method Detail |
|---|
public java.lang.String getSearchString()
Query
getSearchString in class Query
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||