C D G H J K M N P Q R S T U V

C

Cache - Static variable in class com.dionloy.joogle.JGTags
 
CacheSize - Static variable in class com.dionloy.joogle.JGTags
 
com.dionloy.joogle - package com.dionloy.joogle
 

D

Description - Static variable in class com.dionloy.joogle.JGTags
 

G

getAttribute(Node, String) - Static method in class com.dionloy.joogle.JGTags
Returns the attribute with the given name.
getDescription() - Method in class com.dionloy.joogle.JGResult
Returns the description of the document found.
getEndIndex() - Method in class com.dionloy.joogle.JGDocument
Returns the end index (1-based) of this page of results.
getIndex() - Method in class com.dionloy.joogle.JGResult
Returns the index of this result (1-based).
getLevel() - Method in class com.dionloy.joogle.JGResult
Returns the level of this result (1-based).
getNextURL() - Method in class com.dionloy.joogle.JGDocument
Returns the 'Next' URL, if one were to page through the results.
getPreviousURL() - Method in class com.dionloy.joogle.JGDocument
Returns the 'Previous' URL, if one were to page through the results.
getQuery() - Method in class com.dionloy.joogle.JGDocument
Returns the query string as seen by Google.
getRank() - Method in class com.dionloy.joogle.JGResult
Returns the rank of the document found.
getSearchResults() - Method in class com.dionloy.joogle.JGDocument
Returns an Enumeration of the JGResult objects, representing the search result links in the order that they were given.
getStartIndex() - Method in class com.dionloy.joogle.JGDocument
Returns the start index (1-based) of this page of results.
getText(Node) - Static method in class com.dionloy.joogle.JGTags
Returns the text child of a given node.
getTime() - Method in class com.dionloy.joogle.JGDocument
Returns the time it took to finish this query (on Google's side).
getTitle() - Method in class com.dionloy.joogle.JGResult
Returns the title of the document found.
getURL() - Method in class com.dionloy.joogle.JGResult
Returns the URL where the document can be found.
getVersion() - Method in class com.dionloy.joogle.JGDocument
Returns the version of the XML document.
GoogleRoot - Static variable in class com.dionloy.joogle.JGTags
 

H

Has - Static variable in class com.dionloy.joogle.JGTags
 
HostName - Static variable in class com.dionloy.joogle.JGTags
 

J

JGDocument - class com.dionloy.joogle.JGDocument.
JGDocument represents the data contained in the response from a Google search.
JGDocument() - Constructor for class com.dionloy.joogle.JGDocument
Constructs a new JGDocument instance.
JGJoogle - class com.dionloy.joogle.JGJoogle.
JGJoogle is handles the connection to the Google server.
JGJoogle() - Constructor for class com.dionloy.joogle.JGJoogle
Constructs a new instance of JGJoogle.
JGResult - class com.dionloy.joogle.JGResult.
JGResult represents an individual search result link from Google.
JGResult() - Constructor for class com.dionloy.joogle.JGResult
Constructs a new JGResult instance.
JGTags - class com.dionloy.joogle.JGTags.
JGTags contains the constants used in parsing the XML results.
JGTags() - Constructor for class com.dionloy.joogle.JGTags
 

K

kQueryPlaceHolder - Static variable in class com.dionloy.joogle.JGJoogle
Constant used for the '%query%' placeholder.

M

main(String[]) - Static method in class com.dionloy.joogle.JGJoogle
Command line tester.

N

Navigation - Static variable in class com.dionloy.joogle.JGTags
 
NextURL - Static variable in class com.dionloy.joogle.JGTags
 

P

parse(Node) - Method in class com.dionloy.joogle.JGDocument
Parses the DOM tree to fill up our instance variables.
parse(Node) - Method in class com.dionloy.joogle.JGResult
Parses the node given and validates it.
parseAttributes(Node) - Method in class com.dionloy.joogle.JGResult
Parses the attributes of the result node.
parseChild(Node) - Method in class com.dionloy.joogle.JGResult
Parses the child node of the result node.
parseDocumentFromStream(InputStream) - Method in class com.dionloy.joogle.JGJoogle
Attempts to parse the input stream and returns the JGDocument if successful.
parseNavigation(Node) - Method in class com.dionloy.joogle.JGDocument
Parses the navigation nodes (JGTags.Navigation).
parseNode(Node) - Method in class com.dionloy.joogle.JGDocument
Parses the node given and assign it to the correct variable.
parseResultList(Node) - Method in class com.dionloy.joogle.JGDocument
Parses the result list node.
parseResultListChild(Node) - Method in class com.dionloy.joogle.JGDocument
Parses the child node of the result list node.
PreviousURL - Static variable in class com.dionloy.joogle.JGTags
 

Q

Query - Static variable in class com.dionloy.joogle.JGTags
 

R

Rank - Static variable in class com.dionloy.joogle.JGTags
 
Result - Static variable in class com.dionloy.joogle.JGTags
 
ResultLevelAttrib - Static variable in class com.dionloy.joogle.JGTags
 
ResultList - Static variable in class com.dionloy.joogle.JGTags
 
ResultListEndNumberAttrib - Static variable in class com.dionloy.joogle.JGTags
 
ResultListStartNumberAttrib - Static variable in class com.dionloy.joogle.JGTags
 
ResultNumberAttrib - Static variable in class com.dionloy.joogle.JGTags
 

S

search(String) - Method in class com.dionloy.joogle.JGJoogle
Opens a new connection to the URL and performs a search.
setRootURL(String) - Method in class com.dionloy.joogle.JGJoogle
Sets the root URL for Google.
setURL(String) - Method in class com.dionloy.joogle.JGJoogle
Sets the URL to query Google with.

T

TagAttrib - Static variable in class com.dionloy.joogle.JGTags
 
Time - Static variable in class com.dionloy.joogle.JGTags
 
Title - Static variable in class com.dionloy.joogle.JGTags
 
toString() - Method in class com.dionloy.joogle.JGDocument
Outputs ourselves to a human readable String.
toString() - Method in class com.dionloy.joogle.JGResult
Outputs the variables to a String.

U

URL - Static variable in class com.dionloy.joogle.JGTags
 

V

VersionAttrib - Static variable in class com.dionloy.joogle.JGTags
 

C D G H J K M N P Q R S T U V