| 1107 | |
| 1108 | |
| 1109 | XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const { |
| 1110 | if ( XMLUtil::ToUnsigned( Value(), value )) { |
| 1111 | return XML_NO_ERROR; |
| 1112 | } |
| 1113 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1114 | } |
| 1115 | |
| 1116 | |
| 1117 | XMLError XMLAttribute::QueryBoolValue( bool* value ) const { |
no outgoing calls
no test coverage detected