HTMLStripCharFilter

constructor(in: Reader, escapedTags: MutableSet<String>?)

Creates a new HTMLStripCharFilter over the provided Reader with the specified start and end tags.

Parameters

in

Reader to strip html tags from.

escapedTags

Tags in this set (both start and end tags) will not be filtered out.


constructor(in: Reader)

Creates a new scanner

Parameters

in

the Reader to read input from.