Uses of Class
com.kohlschutter.boilerpipe.sax.HTMLHighlighter
Packages that use HTMLHighlighter
Package
Description
Classes related to parsing and producing HTML from/to Boilerpipe TextDocuments.
-
Uses of HTMLHighlighter in com.kohlschutter.boilerpipe.sax
Fields in com.kohlschutter.boilerpipe.sax declared as HTMLHighlighterMethods in com.kohlschutter.boilerpipe.sax that return HTMLHighlighterModifier and TypeMethodDescriptionstatic HTMLHighlighterHTMLHighlighter.newExtractingInstance()Creates a newHTMLHighlighter, which is set-up to return only the extracted HTML text, including enclosed markup.static HTMLHighlighterHTMLHighlighter.newHighlightingInstance()Creates a newHTMLHighlighter, which is set-up to return the full HTML text, with the extracted text portion highlighted.