| 1429 | |
| 1430 | |
| 1431 | XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const |
| 1432 | { |
| 1433 | if ( XMLUtil::ToUnsigned( Value(), value )) { |
| 1434 | return XML_SUCCESS; |
| 1435 | } |
| 1436 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1437 | } |
| 1438 | |
| 1439 | |
| 1440 | XMLError XMLAttribute::QueryInt64Value(int64_t* value) const |
no outgoing calls
no test coverage detected