Uses of Class
net.htmlparser.jericho.TextExtractor
-
Packages that use TextExtractor Package Description net.htmlparser.jericho Jericho HTML Parser 3.3 -
-
Uses of TextExtractor in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return TextExtractor Modifier and Type Method Description TextExtractorSegment. getTextExtractor()Extracts the textual content from the HTML markup of this segment.TextExtractorTextExtractor. setConvertNonBreakingSpaces(boolean convertNonBreakingSpaces)Sets whether non-breaking space ( ) character entity references are converted to spaces.TextExtractorTextExtractor. setExcludeNonHTMLElements(boolean excludeNonHTMLElements)Sets whether the content of non-HTML elements is excluded from the output.TextExtractorTextExtractor. setIncludeAttributes(boolean includeAttributes)Sets whether any attribute values are included in the output.
-