An XML tree document.
XML::Document@ Document()
XML::Document@
XML::Document@ Document(const string&in xml)
void LoadString(const string&in xml)
Load an XML tree into this document by parsing the given string.
XML::Node Root()
Get the root node of the document.
XML::Node