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
| Signature | Description |
|---|---|
IsNull() → bool | Returns true if null is set. |
GetValue() → std::string | Returns the value. |
MakeAttribute(value: std::string) → XmlAttribute | Calls MakeAttribute on this XmlAttribute instance. |