XmlDocument

Overview

XmlDocument is a class in Aspose.Cells FOSS for C++.

Represents a parsed XML document.

Methods

SignatureDescription
IsNull()bool
Load(data: std::vector<uint8_t>)XmlDocumentParses XML from UTF-8 bytes, preserving whitespace.
Build(root: XmlElement)XmlDocumentBuilds an XML document with the given root element and optional declaration.
SaveToUtf8()std::vector<uint8_t>Serializes this document to UTF-8 encoded XML bytes (XML declaration + root element).

See Also