View Source Exogiri.Xml.Document (exogiri v0.2.0)
Encapsulates an XML document.
Link to this section Summary
Functions
Build a document from a string.
Return the document root.
Use if you are of the opinion your Document is better serialized.
Link to this section Types
Specs
t() :: %Exogiri.Xml.Document{ref: reference()}
The Document type.
Link to this section Functions
Specs
Build a document from a string.
Specs
root(t()) :: Exogiri.Xml.Node.t()
Return the document root.
Specs
Use if you are of the opinion your Document is better serialized.
I know it doesn't support most of same options the cool kids are used to yet.