| 1407 | |
| 1408 | |
| 1409 | XMLError XMLAttribute::QueryBoolValue( bool* value ) const |
| 1410 | { |
| 1411 | if ( XMLUtil::ToBool( Value(), value )) { |
| 1412 | return XML_SUCCESS; |
| 1413 | } |
| 1414 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1415 | } |
| 1416 | |
| 1417 | |
| 1418 | XMLError XMLAttribute::QueryFloatValue( float* value ) const |
no outgoing calls
no test coverage detected