| 1123 | |
| 1124 | |
| 1125 | XMLError XMLAttribute::QueryFloatValue( float* value ) const { |
| 1126 | if ( XMLUtil::ToFloat( Value(), value )) { |
| 1127 | return XML_NO_ERROR; |
| 1128 | } |
| 1129 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1130 | } |
| 1131 | |
| 1132 | |
| 1133 | XMLError XMLAttribute::QueryDoubleValue( double* value ) const { |
no outgoing calls
no test coverage detected