Class ICziMetadataBuilder#

Class Documentation#

class ICziMetadataBuilder#

A utility class intended for constructing CZI-metadata.

Public Functions

virtual std::shared_ptr<IXmlNodeRw> GetRootNode() = 0#

Gets the root node.

Returns:

The root node.

virtual std::string GetXml(bool withIndent = false) = 0#

Gets the metadata as an UTF8-encoded XML-string.

Returns:

The metadata (UTF8-encoded XML).

virtual ~ICziMetadataBuilder() = default#