| 1504 | void SetTabSize( int _tabsize ) { tabsize = _tabsize; } |
| 1505 | |
| 1506 | int TabSize() const { return tabsize; } |
| 1507 | |
| 1508 | /** If you have handled the error, it can be reset with this call. The error |
| 1509 | state is automatically cleared if you Parse a new XML block. |
nothing calls this directly
no outgoing calls
no test coverage detected