Uses of Class
de.l3s.boilerpipe.sax.HTMLHighlighter

Packages that use HTMLHighlighter
de.l3s.boilerpipe.sax 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 HTMLHighlighter
static HTMLHighlighter HTMLHighlighter.newExtractingInstance()
          Creates a new HTMLHighlighter, which is set-up to return only the extracted HTML text, including enclosed markup.
static HTMLHighlighter HTMLHighlighter.newHighlightingInstance()
          Creates a new HTMLHighlighter, which is set-up to return the full HTML text, with the extracted text portion highlighted.