| 1150 | |
| 1151 | |
| 1152 | XMLError XMLAttribute::QueryDoubleValue( double* value ) const |
| 1153 | { |
| 1154 | if ( XMLUtil::ToDouble( Value(), value )) { |
| 1155 | return XML_NO_ERROR; |
| 1156 | } |
| 1157 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1158 | } |
| 1159 | |
| 1160 | |
| 1161 | void XMLAttribute::SetAttribute( const char* v ) |
no outgoing calls
no test coverage detected