HTMLStripCharFilter

Constructors

Link copied to clipboard
constructor(in: Reader, escapedTags: MutableSet<String>?)

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

constructor(in: Reader)

Creates a new scanner

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
fun correctOffset(currentOff: Int): Int
Link copied to clipboard
open override fun read(): Int
open override fun read(cbuf: CharArray, off: Int, len: Int): Int
open override fun read(target: CharBuffer): Int
Link copied to clipboard
open fun ready(): Boolean
Link copied to clipboard
open fun reset()
Link copied to clipboard
open fun transferTo(out: Writer): Long