XmlNodeData
Overview
XmlNodeData is a struct in Aspose.Cells FOSS for C++.
Internal node representation shared between XML types.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
qualifiedName | std::string | Read/Write | |
attributes | std::vector<Attr> | Read/Write | |
children | std::vector<std::shared_ptr<XmlNodeData>> | Read/Write | |
isTextNode | bool | Read/Write | |
text | std::string | Read/Write |