| 1416 | |
| 1417 | |
| 1418 | XMLError XMLAttribute::QueryFloatValue( float* value ) const |
| 1419 | { |
| 1420 | if ( XMLUtil::ToFloat( Value(), value )) { |
| 1421 | return XML_SUCCESS; |
| 1422 | } |
| 1423 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1424 | } |
| 1425 | |
| 1426 | |
| 1427 | XMLError XMLAttribute::QueryDoubleValue( double* value ) const |
no outgoing calls
no test coverage detected