AWS SDK for C++AWS SDK for C++ Version 1.11.792 |
#include <tinyxml2.h>
An attribute is a name-value pair. Elements have an arbitrary number of attributes, each with a unique name.
Definition at line 1156 of file tinyxml2.h.
Query as a boolean. See IntValue()
Definition at line 1203 of file tinyxml2.h.
Query as a double. See IntValue()
Definition at line 1209 of file tinyxml2.h.
Query as a float. See IntValue()
Definition at line 1215 of file tinyxml2.h.
Gets the line number the attribute is in, if the document was parsed from a file.
Definition at line 1167 of file tinyxml2.h.
Definition at line 1184 of file tinyxml2.h.
IntValue interprets the attribute as an integer, and returns the value. If the value isn't an integer, 0 will be returned. There is no error checking; use QueryIntValue() if you need error checking.
Definition at line 1178 of file tinyxml2.h.
The name of the attribute.
The next attribute in the list.
Definition at line 1170 of file tinyxml2.h.
See QueryIntValue.
See QueryIntValue.
See QueryIntValue.
See QueryIntValue.
QueryIntValue interprets the attribute as an integer, and returns the value in the provided parameter. The function will return XML_SUCCESS on success, and XML_WRONG_ATTRIBUTE_TYPE if the conversion is not successful.
See QueryIntValue.
See QueryIntValue.
Set the attribute to value.
Set the attribute to a string value.
Set the attribute to value.
Set the attribute to value.
Set the attribute to value.
Set the attribute to value.
Set the attribute to value.
Set the attribute to value.
Definition at line 1190 of file tinyxml2.h.
Query as an unsigned integer. See IntValue()
Definition at line 1197 of file tinyxml2.h.
The value of the attribute.
Definition at line 1158 of file tinyxml2.h.