Uses of Class
de.dbsystems.simplescrape.ScrapeOptions

Uses of ScrapeOptions in de.dbsystems.simplescrape
 

Methods in de.dbsystems.simplescrape with parameters of type ScrapeOptions
 boolean HTMLTag.attributesMatch(HTMLTag a, HTMLTag b, ScrapeOptions options)
          Test the attribute sets of two tags.
 int Scraper.indexOf(AbstractHTMLToken searchToken, ScrapeOptions options)
          Searches in the current data for a token as provided.
 int Scraper.indexOf(int startHere, AbstractHTMLToken searchToken, ScrapeOptions options)
          Searches in the current data for a token as provided.
 boolean HTMLTag.match(AbstractHTMLToken other, ScrapeOptions options)
           
 boolean HTMLComment.match(AbstractHTMLToken other, ScrapeOptions options)
           
abstract  boolean AbstractHTMLToken.match(AbstractHTMLToken other, ScrapeOptions options)
          Determines whether two tokens match.
 boolean TextToken.match(AbstractHTMLToken other, ScrapeOptions options)
           
 boolean HTMLTagAttributes.match(HTMLTagAttributes other, ScrapeOptions options)
           
 int Scraper.searchTokens(int startHere, java.util.Vector<AbstractHTMLToken> searchElements, ScrapeOptions options)
          Like searchTokenChain(Vector, ScrapeOptions), but with a configurable starting-point for the search.
 int Scraper.searchTokens(java.util.Vector<AbstractHTMLToken> searchElements, ScrapeOptions options)
          Searches in the current data for a sequence of tokens as provided.