XmlNodeData

Overview

XmlNodeData is a struct in Aspose.Cells FOSS for C++.

Internal node representation shared between XML types.

Properties

NameTypeAccessDescription
qualifiedNamestd::stringRead/Write
attributesstd::vector<Attr>Read/Write
childrenstd::vector<std::shared_ptr<XmlNodeData>>Read/Write
isTextNodeboolRead/Write
textstd::stringRead/Write

See Also