| 1220 | |
| 1221 | |
| 1222 | XMLError XMLAttribute::QueryFloatValue( float* value ) const |
| 1223 | { |
| 1224 | if ( XMLUtil::ToFloat( Value(), value )) { |
| 1225 | return XML_NO_ERROR; |
| 1226 | } |
| 1227 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1228 | } |
| 1229 | |
| 1230 | |
| 1231 | XMLError XMLAttribute::QueryDoubleValue( double* value ) const |
no outgoing calls
no test coverage detected