slax v0.1.3 Slax.Event.Characters View Source

Event sent when character data is encountered. All character data will be in one event, except if there is a CDATA section included inside a character section. In that case there will be separate events for the characters before the CDATA, the CDATA section and the characters following it (if any, of course).

Contains the following keys:

  • characters: A string containing the character data.

Link to this section Summary

Types

t()

Structure representing character data encountered while parsing. Contains the following keys:

  • characters: A string containing the character data

Link to this section Types

Link to this type t() View Source
t() :: %Slax.Event.Characters{characters: String.t()}

Structure representing character data encountered while parsing. Contains the following keys:

  • characters: A string containing the character data.