| 1099 | |
| 1100 | |
| 1101 | XMLError XMLAttribute::QueryIntValue( int* value ) const { |
| 1102 | if ( XMLUtil::ToInt( Value(), value )) { |
| 1103 | return XML_NO_ERROR; |
| 1104 | } |
| 1105 | return XML_WRONG_ATTRIBUTE_TYPE; |
| 1106 | } |
| 1107 | |
| 1108 | |
| 1109 | XMLError XMLAttribute::QueryUnsignedValue( unsigned int* value ) const { |