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

NameTypeAccessDescription
qualifiedNamestd::stringRead/WriteGets or sets the qualified name.
attributesstd::vector<Attr>Read/WriteGets or sets the attributes.
childrenstd::vector<std::shared_ptr<XmlNodeData>>Read/WriteGets or sets the children.
isTextNodeboolRead/WriteGets or sets the is text node.
textstd::stringRead/WriteGets or sets the text.

Methods

SignatureDescription
IsTextNode()boolReturns true if text node is set.

See Also

 English