| 1123 | |
| 1124 | |
| 1125 | XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const |
| 1126 | { |
| 1127 | if ( XMLUtil::ToUnsigned( Value(), value )) { |
| 1128 | return XML_NO_ERROR; |
| 1129 | } |
| 1130 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1131 | } |
| 1132 | |
| 1133 | |
| 1134 | XMLError XMLAttribute::QueryBoolValue( bool* value ) const |
no outgoing calls
no test coverage detected