Module containing struct representing a complete XML document.
t() :: %XML.Doc{ body: %XML.Tag{attributes: term(), name: term(), values: term()}, encoding: String.t(), standalone: true | false, version: String.t() }