| 1115 | |
| 1116 | |
| 1117 | XMLError XMLAttribute::QueryBoolValue( bool* value ) const { |
| 1118 | if ( XMLUtil::ToBool( Value(), value )) { |
| 1119 | return XML_NO_ERROR; |
| 1120 | } |
| 1121 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1122 | } |
| 1123 | |
| 1124 | |
| 1125 | XMLError XMLAttribute::QueryFloatValue( float* value ) const { |
no outgoing calls
no test coverage detected