4.5.3 character-data-handler

Handler Keyword: #:character-data-handler

Sets a text handler. A single block of contiguous text free of markup may result in a sequence of calls to this handler. So, if you are searching for a pattern in the text, it may be split across calls to this handler.

The handler itself is defined as:

Handler prototype: character-data text

Arguments:

text

The text.