| 1510 | |
| 1511 | |
| 1512 | XMLError XMLAttribute::QueryBoolValue( bool* value ) const |
| 1513 | { |
| 1514 | if ( XMLUtil::ToBool( Value(), value )) { |
| 1515 | return XML_SUCCESS; |
| 1516 | } |
| 1517 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1518 | } |
| 1519 | |
| 1520 | |
| 1521 | XMLError XMLAttribute::QueryFloatValue( float* value ) const |
no outgoing calls
no test coverage detected