XmlNodeData
Overview
XmlNodeData is a struct in Aspose.Cells FOSS for C++.
Internal node representation shared between XML types.
This struct provides 1 method for working with XmlNodeData objects in C++ programs.
Available methods include: IsTextNode.
All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.
Accessor methods: attributes, children, isTextNode, qualifiedName, text.
Accessor Methods
| Name | Type | Access | Description |
|---|---|---|---|
qualifiedName | std::string | Read/Write | Gets or sets the qualified name. |
attributes | std::vector<Attr> | Read/Write | Gets or sets the attributes. |
children | std::vector<std::shared_ptr<XmlNodeData>> | Read/Write | Gets or sets the children. |
isTextNode | bool | Read/Write | Gets or sets the is text node. |
text | std::string | Read/Write | Gets or sets the text. |
Methods
| Signature | Description |
|---|---|
IsTextNode() → bool | Returns true if text node is set. |