| 1202 | |
| 1203 | |
| 1204 | XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const |
| 1205 | { |
| 1206 | if ( XMLUtil::ToUnsigned( Value(), value )) { |
| 1207 | return XML_NO_ERROR; |
| 1208 | } |
| 1209 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1210 | } |
| 1211 | |
| 1212 | |
| 1213 | XMLError XMLAttribute::QueryBoolValue( bool* value ) const |
no outgoing calls
no test coverage detected