| 1483 | |
| 1484 | |
| 1485 | XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const |
| 1486 | { |
| 1487 | if ( XMLUtil::ToUnsigned( Value(), value )) { |
| 1488 | return XML_SUCCESS; |
| 1489 | } |
| 1490 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1491 | } |
| 1492 | |
| 1493 | |
| 1494 | XMLError XMLAttribute::QueryInt64Value(int64_t* value) const |
no outgoing calls
no test coverage detected