| 1499 | } |
| 1500 | |
| 1501 | XMLError XMLAttribute::QueryDoubleValue(double* value) const |
| 1502 | { |
| 1503 | if (XMLUtil::ToDouble(Value(), value)) |
| 1504 | { |
| 1505 | return XML_SUCCESS; |
| 1506 | } |
| 1507 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1508 | } |
| 1509 | |
| 1510 | void XMLAttribute::SetAttribute(const char* v) |
| 1511 | { |
no outgoing calls
no test coverage detected