XmlDocument
Overview
XmlDocument is a class in Aspose.Cells FOSS for C++.
Represents a parsed XML document.
Methods
| Signature | Description |
|---|---|
IsNull() → bool | |
Load(data: std::vector<uint8_t>) → XmlDocument | Parses XML from UTF-8 bytes, preserving whitespace. |
Build(root: XmlElement) → XmlDocument | Builds 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). |