slax v0.1.3 Slax.Event.IgnorableWhitespace View Source

Event sent when ignorable whitespace is encountered during parsing.

Contains the following keys:

  • characters - A string containing the whitespace characters encountered

Link to this section Summary

Types

t()

Structure representing ignorable whitespace in a document. Contains the following keys:

  • characters: A string containing the whitespace characters encountered

Link to this section Types

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

Structure representing ignorable whitespace in a document. Contains the following keys:

  • characters: A string containing the whitespace characters encountered