| 1131 | |
| 1132 | |
| 1133 | XMLError XMLAttribute::QueryDoubleValue( double* value ) const { |
| 1134 | if ( XMLUtil::ToDouble( Value(), value )) { |
| 1135 | return XML_NO_ERROR; |
| 1136 | } |
| 1137 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1138 | } |
| 1139 | |
| 1140 | |
| 1141 | void XMLAttribute::SetAttribute( const char* v ) { |
no outgoing calls
no test coverage detected