Uses of Class
de.dbsystems.simplescrape.TextToken

Uses of TextToken in de.dbsystems.simplescrape
 

Subclasses of TextToken in de.dbsystems.simplescrape
 class RegExTextToken
          Basically a TextToken, but whose content is treated as a regular expression.
 

Methods in de.dbsystems.simplescrape that return TextToken
 TextToken Scraper.getNextText(boolean skipEmpty)
          Returns the next TextToken-HtmlToken in the current file.
 TextToken Scraper.getNextText(int fromHere, boolean skipEmpty)
          Returns the next TextToken-HtmlToken in the current file starting from a given location.