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

T

TextToken - Class in de.dbsystems.simplescrape
Represents tokens containing text data in an HTML-file.
TextToken(String) - Constructor for class de.dbsystems.simplescrape.TextToken
Creates a new TextToken, initializing it with the provided text.
Tokenizer - Class in de.dbsystems.simplescrape
Split an input stream into HTML tokens.
Tokenizer(String) - Constructor for class de.dbsystems.simplescrape.Tokenizer
Convenience method for parsing a string.
Tokenizer(InputStream) - Constructor for class de.dbsystems.simplescrape.Tokenizer
Parse an input stream.
toString() - Method in class de.dbsystems.simplescrape.HTMLComment
Returns the HTML-representation of this comment, including the comment-markers.
toString() - Method in class de.dbsystems.simplescrape.HTMLTag
Returns an HTML-representation of this tag.
toString() - Method in class de.dbsystems.simplescrape.HTMLTagAttributes
Returns the attribute string.
toString() - Method in class de.dbsystems.simplescrape.TextToken
Returns the text-content of this token.
trimText - Variable in class de.dbsystems.simplescrape.ScrapeOptions
Specifies, whether checked text is trimmed first.

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