Package | Description |
---|---|
de.l3s.boilerpipe.sax |
Classes related to parsing and producing HTML from/to Boilerpipe TextDocuments.
|
Modifier and Type | Method and Description |
---|---|
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. |