Uses of Package
de.dbsystems.simplescrape

Classes in de.dbsystems.simplescrape used by de.dbsystems.simplescrape
AbstractHTMLToken
          Common superclass for all tokens that can be found in an HTML-file.
HTMLTag
          Represents tags in HTML-files.
HTMLTagAttributes
          Defines a class for parsing and storing the attributes of an HTML tag.
ScrapeOptions
          Preferences for scraping a file.
Scraper
          Central class for this package.
TextToken
          Represents tokens containing text data in an HTML-file.
Tokenizer
          Split an input stream into HTML tokens.