| 1389 | |
| 1390 | |
| 1391 | XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const |
| 1392 | { |
| 1393 | if ( XMLUtil::ToUnsigned( Value(), value )) { |
| 1394 | return XML_SUCCESS; |
| 1395 | } |
| 1396 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1397 | } |
| 1398 | |
| 1399 | |
| 1400 | XMLError XMLAttribute::QueryInt64Value(int64_t* value) const |
no outgoing calls
no test coverage detected