xml_parsec v0.1.0 XML.Tag View Source

Module containing struct representing an example tag.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %XML.Tag{
  attributes: %{},
  name: String.t(),
  values:
    [%XML.Tag{attributes: term(), name: term(), values: term()} | String.t()]
    | nil
}

Link to this section Functions