| 1114 | |
| 1115 | |
| 1116 | XMLError XMLAttribute::QueryIntValue( int* value ) const |
| 1117 | { |
| 1118 | if ( XMLUtil::ToInt( Value(), value )) { |
| 1119 | return XML_NO_ERROR; |
| 1120 | } |
| 1121 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1122 | } |
| 1123 | |
| 1124 | |
| 1125 | XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const |