| 1519 | |
| 1520 | |
| 1521 | XMLError XMLAttribute::QueryFloatValue( float* value ) const |
| 1522 | { |
| 1523 | if ( XMLUtil::ToFloat( Value(), value )) { |
| 1524 | return XML_SUCCESS; |
| 1525 | } |
| 1526 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1527 | } |
| 1528 | |
| 1529 | |
| 1530 | XMLError XMLAttribute::QueryDoubleValue( double* value ) const |
no outgoing calls
no test coverage detected