A D E G H I M N P Q R S T X

G

get(String) - Method in class de.dbsystems.simplescrape.HTMLTagAttributes
Get the value of a given attribute.
get(int) - Method in class de.dbsystems.simplescrape.Scraper
Returns the element at the given index.
getAttribute(Document, String, String) - Static method in class de.dbsystems.simplescrape.XMLHelper
Returns the value of an attribute in the first element in a document with a given tag name.
getAttributeNames() - Method in class de.dbsystems.simplescrape.HTMLTagAttributes
Returns an enumeration of all the attribute names found.
getAttributes() - Method in class de.dbsystems.simplescrape.HTMLTag
Returns the attributes of this node.
getComment() - Method in class de.dbsystems.simplescrape.HTMLComment
The content of this comment, without the surrounding markers.
getExpression() - Method in class de.dbsystems.simplescrape.RegExTextToken
 
getForms() - Method in class de.dbsystems.simplescrape.Scraper
Returns all Elements in this document that are relevant to forms.
getName() - Method in class de.dbsystems.simplescrape.HTMLTag
Returns the name of this tag.
getNextContent(String) - Method in class de.dbsystems.simplescrape.Scraper
Returns the text contained in the next tag of a specified kind.
getNextTag() - Method in class de.dbsystems.simplescrape.Scraper
Returns the next HtmlTag in the current file.
getNextTag(int) - Method in class de.dbsystems.simplescrape.Scraper
Returns the next HtmlTag in the current file starting from a given location.
getNextText(boolean) - Method in class de.dbsystems.simplescrape.Scraper
Returns the next TextToken-HtmlToken in the current file.
getNextText(int, boolean) - Method in class de.dbsystems.simplescrape.Scraper
Returns the next TextToken-HtmlToken in the current file starting from a given location.
getNodeContent(Document, String) - Static method in class de.dbsystems.simplescrape.XMLHelper
Returns the text-content of the first element in a document with a given tag name.
getPosition() - Method in class de.dbsystems.simplescrape.Scraper
Returns the current position as an index into the list of tokens.
getProxy() - Method in class de.dbsystems.simplescrape.HTTPHelper
 
getSize() - Method in class de.dbsystems.simplescrape.HTMLTagAttributes
Return the number of attributes stored herein.
getText() - Method in class de.dbsystems.simplescrape.TextToken
Returns the text-content of this token.
getTokenizer() - Method in class de.dbsystems.simplescrape.Scraper
Returns the currently used tokenizer.
getWebpageForScraping(String) - Method in class de.dbsystems.simplescrape.HTTPHelper
Acquires the content of a webpage.
getWebpageForScraping(String, String, String) - Method in class de.dbsystems.simplescrape.HTTPHelper
Acquires the content of a webpage with POST-data.

A D E G H I M N P Q R S T X