Uses of Class
de.l3s.boilerpipe.sax.HTMLHighlighter
Packages that use HTMLHighlighter
Package
Description
Classes related to parsing and producing HTML from/to Boilerpipe TextDocuments.
-
Uses of HTMLHighlighter in de.l3s.boilerpipe.sax
Methods in de.l3s.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.