slax v0.1.3 Slax.Event.EndPrefixMapping View Source

Event sent at the end scope of a prefix - URI namespace mapping. Will be sent immediately before the corresponding Slax.Event.EndElement event.

Contains the following keys:

  • prefix - A string containing the prefix

Link to this section Summary

Types

t()

Structure representing the end scope of a prefix - URI namespace mapping. Contains the following keys:

  • prefix - A string containing the prefix

Link to this section Types

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

Structure representing the end scope of a prefix - URI namespace mapping. Contains the following keys:

  • prefix - A string containing the prefix