| 1398 | |
| 1399 | |
| 1400 | XMLError XMLAttribute::QueryInt64Value(int64_t* value) const |
| 1401 | { |
| 1402 | if (XMLUtil::ToInt64(Value(), value)) { |
| 1403 | return XML_SUCCESS; |
| 1404 | } |
| 1405 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1406 | } |
| 1407 | |
| 1408 | |
| 1409 | XMLError XMLAttribute::QueryBoolValue( bool* value ) const |
no outgoing calls
no test coverage detected