XMLAttributeList Class Reference
[XML]
Contains a list of xml attributes.
More...
Classes | |
| struct | Attribute |
Public Member Functions | |
| void | Add (StringId name, const XMLVariant &value) |
| int | GetCount () const |
| StringId | GetName (int index) const |
| const XMLVariant & | GetValue (int index) const |
| const XMLVariant & | GetValue (StringId name) const |
| int | GetIndex (StringId name) const |
Detailed Description
Contains a list of xml attributes.
Definition at line 21 of file XMLAttributeList.h.
Member Function Documentation
| void XMLAttributeList::Add | ( | StringId | name, | |
| const XMLVariant & | value | |||
| ) |
Definition at line 7 of file XMLAttributeList.cpp.
| int XMLAttributeList::GetCount | ( | ) | const |
Definition at line 17 of file XMLAttributeList.cpp.
| StringId XMLAttributeList::GetName | ( | int | index | ) | const |
Definition at line 25 of file XMLAttributeList.cpp.
| const XMLVariant & XMLAttributeList::GetValue | ( | int | index | ) | const |
Definition at line 33 of file XMLAttributeList.cpp.
| const XMLVariant & XMLAttributeList::GetValue | ( | StringId | name | ) | const |
Definition at line 41 of file XMLAttributeList.cpp.
| int XMLAttributeList::GetIndex | ( | StringId | name | ) | const |
Definition at line 56 of file XMLAttributeList.cpp.
Reproduction/republishing of any material on this site without permission is strictly prohibited.
