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

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

Methods in au.id.jericho.lib.html that return TextExtractor
 TextExtractor TextExtractor.setConvertNonBreakingSpaces(boolean convertNonBreakingSpaces)
          Sets whether non-breaking space ( ) character entity references are converted to spaces.
 TextExtractor TextExtractor.setIncludeAttributes(boolean includeAttributes)
          Sets whether any attribute values are included in the output.
 TextExtractor TextExtractor.setExcludeNonHTMLElements(boolean excludeNonHTMLElements)
          Sets whether the content of non-HTML elements is excluded from the output.
 TextExtractor Segment.getTextExtractor()
          Extracts the textual content from the HTML markup of this segment.