tag()
event was emitted twice: first for the open tag, and then for the close tag. In other words, LagartoParser performs the tokenization of the input HTML.char[]
and CharSequence
. This allows the usage of various implementations of inputs, including String
, or even a Reader
.