xml_parsec v0.1.0 XML.Doc View Source

Module containing struct representing a complete XML document.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %XML.Doc{
  body: %XML.Tag{attributes: term(), name: term(), values: term()},
  encoding: String.t(),
  standalone: true | false,
  version: String.t()
}

Link to this section Functions