const char * ExpatAtts::getName |
( |
int |
i) | |
const |
|
virtual |
Get the name of an attribute by index.
The index must be less than the size of the list and greater than or equal to zero.
- Parameters
-
i | The index of the attribute (zero-based). |
- See Also
- size
Implements XMLAttributes.
const char * ExpatAtts::getValue |
( |
int |
i) | |
const |
|
virtual |
Get the string value of an attribute by index.
The index must be less than the size of the list and greater than or equal to zero.
- Parameters
-
i | The index of the attribute (zero-based). |
- See Also
- size
Implements XMLAttributes.
int ExpatAtts::size |
( |
) | |
const |
|
virtual |
Get the number of attributes present.
- Returns
- The number of attributes in the list (may be 0).
Implements XMLAttributes.
The documentation for this class was generated from the following file:
- D:/job/3kb/gelistirme/umasoft/vtp-src/VTP/TerrainSDK/xmlhelper/easyxml.cpp