Uses of Class au.id.jericho.lib.html.TextExtractor

Uses in package au.id.jericho.lib.html

Methods with return type au.id.jericho.lib.html.TextExtractor

TextExtractor
Extracts the textual content from the HTML markup of this segment.
TextExtractor
TextExtractor.setConvertNonBreakingSpaces(boolean convertNonBreakingSpaces)
Sets whether non-breaking space (CharacterEntityReference._nbsp  ) character entity references are converted to spaces.
TextExtractor
TextExtractor.setExcludeNonHTMLElements(boolean excludeNonHTMLElements)
Sets whether the content of non-HTML elements is excluded from the output.
TextExtractor
TextExtractor.setIncludeAttributes(boolean includeAttributes)
Sets whether the values of title, alt, label, summary, and content attributes of normal tags are to be included in the output.