| 1472 | } |
| 1473 | |
| 1474 | XMLError XMLAttribute::QueryInt64Value(xml_Int64a_t* value) const |
| 1475 | { |
| 1476 | if (XMLUtil::ToInt64(Value(), value)) |
| 1477 | { |
| 1478 | return XML_SUCCESS; |
| 1479 | } |
| 1480 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1481 | } |
| 1482 | |
| 1483 | XMLError XMLAttribute::QueryBoolValue(bool* value) const |
| 1484 | { |
no outgoing calls
no test coverage detected