| 1141 | |
| 1142 | |
| 1143 | XMLError XMLAttribute::QueryFloatValue( float* value ) const |
| 1144 | { |
| 1145 | if ( XMLUtil::ToFloat( Value(), value )) { |
| 1146 | return XML_NO_ERROR; |
| 1147 | } |
| 1148 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1149 | } |
| 1150 | |
| 1151 | |
| 1152 | XMLError XMLAttribute::QueryDoubleValue( double* value ) const |
no outgoing calls
no test coverage detected