| 1229 | |
| 1230 | |
| 1231 | XMLError XMLAttribute::QueryDoubleValue( double* value ) const |
| 1232 | { |
| 1233 | if ( XMLUtil::ToDouble( Value(), value )) { |
| 1234 | return XML_NO_ERROR; |
| 1235 | } |
| 1236 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1237 | } |
| 1238 | |
| 1239 | |
| 1240 | void XMLAttribute::SetAttribute( const char* v ) |
no outgoing calls
no test coverage detected