slax v0.1.3 Slax.Event.StartPrefixMapping View Source

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

Contains the following keys:

  • prefix - A string containing the prefix
  • uri - A string containing the URI

Link to this section Summary

Types

t()

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

  • prefix - A string containing the prefix
  • uri - A string containing the URI

Link to this section Types

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

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

  • prefix - A string containing the prefix
  • uri - A string containing the URI