slax v0.1.3 Slax.Event.ProcessingInstruction View Source

Event sent when a processing instruction is encountered during parsing.

Contains the following keys:

  • data - A string containing the processing instructions
  • target - A string containing the target of the processing instructions

Link to this section Summary

Types

t()

Structure representing processing instructions in a document. Contains the following keys:

  • data - A string containing the processing instructions
  • target - A string containing the target of the processing instructions

Link to this section Types

Link to this type t() View Source
t() :: %Slax.Event.ProcessingInstruction{data: String.t(), target: String.t()}

Structure representing processing instructions in a document. Contains the following keys:

  • data - A string containing the processing instructions
  • target - A string containing the target of the processing instructions