Uses of Class
de.dbsystems.simplescrape.HTMLTag

Uses of HTMLTag in de.dbsystems.simplescrape
 

Methods in de.dbsystems.simplescrape that return HTMLTag
 HTMLTag Scraper.getNextTag()
          Returns the next HtmlTag in the current file.
 HTMLTag Scraper.getNextTag(int fromHere)
          Returns the next HtmlTag in the current file starting from a given location.
 

Methods in de.dbsystems.simplescrape with parameters of type HTMLTag
 boolean HTMLTag.attributesMatch(HTMLTag a, HTMLTag b, ScrapeOptions options)
          Test the attribute sets of two tags.