slax v0.1.3 Slax.Event.EndElement View Source

Event sent when the closing tag of an element is encountered.

Contains the following keys:

  • local_name
  • prefix
  • uri

Link to this section Summary

Types

t()

Structure representing the closing tag of an element. Contains the following keys:

  • local_name: A string
  • prefix: A string
  • uri: A string

Link to this section Types

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

Structure representing the closing tag of an element. Contains the following keys:

  • local_name: A string
  • prefix: A string
  • uri: A string