Name() const
The name of the attribute.
Value() const
The value of the attribute.
GetLineNum() const
Gets the line number the attribute is in, if the document was parsed from a file.
Next() const
The next attribute in the list.
IntValue() const
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.
Int64Value() const
Unsigned64Value() const
UnsignedValue() const
Query as an unsigned integer. See IntValue().
BoolValue() const
Query as a boolean. See IntValue().
DoubleValue() const
Query as a double. See IntValue().
FloatValue() const
Query as a float. See IntValue().
QueryIntValue() const
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.
ParseDeep()
QueryUnsignedValue() const
See QueryIntValue.
QueryInt64Value() const
See QueryIntValue.
QueryUnsigned64Value() const
See QueryIntValue.
QueryBoolValue() const
See QueryIntValue.
QueryDoubleValue() const
See QueryIntValue.
QueryFloatValue() const
See QueryIntValue.
SetAttribute()
Set the attribute to a string value.
SetAttribute()
Set the attribute to a string value.
SetAttribute()
Set the attribute to a string value.
SetAttribute()
Set the attribute to a string value.
SetAttribute()
Set the attribute to a string value.
SetAttribute()
Set the attribute to a string value.
SetAttribute()
Set the attribute to a string value.
SetAttribute()
Set the attribute to a string value.
operator=()
SetName()