XmlAttribute

Overview

XmlAttribute is a class in Aspose.Cells FOSS for C++.

Lightweight handle to an XML attribute. Default-constructed instances are null.

This class provides 3 methods for working with XmlAttribute objects in C++ programs. Available methods include: GetValue, IsNull, MakeAttribute. All public members are accessible to any C++ application after installing the Aspose.Cells FOSS for C++ package.

Methods

SignatureDescription
IsNull()boolReturns true if null is set.
GetValue()std::stringReturns the value.
MakeAttribute(value: std::string)XmlAttributeCalls MakeAttribute on this XmlAttribute instance.

See Also

 English