| 1465 | |
| 1466 | |
| 1467 | XMLError XMLAttribute::QueryBoolValue( bool* value ) const |
| 1468 | { |
| 1469 | if ( XMLUtil::ToBool( Value(), value )) { |
| 1470 | return XML_SUCCESS; |
| 1471 | } |
| 1472 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1473 | } |
| 1474 | |
| 1475 | |
| 1476 | XMLError XMLAttribute::QueryFloatValue( float* value ) const |
no outgoing calls
no test coverage detected