* @brief Get the number of attributes attached to this element. *************************************************************/
| 130 | * @brief Get the number of attributes attached to this element. |
| 131 | *************************************************************/ |
| 132 | int ClientXML::GetNumberAttributes() const |
| 133 | { |
| 134 | return m_pElementXML->GetNumberAttributes() ; |
| 135 | } |
| 136 | |
| 137 | /************************************************************* |
| 138 | * @brief Get the name of the n-th attribute of this element. |
no outgoing calls