| 361 | // @cmember Get the current column number |
| 362 | |
| 363 | int GetCurrentColumnNumber () |
| 364 | { |
| 365 | assert (m_p != NULL); |
| 366 | return XML_GetCurrentColumnNumber (m_p); |
| 367 | } |
| 368 | |
| 369 | // @cmember Get the current byte count |
| 370 |
nothing calls this directly
no test coverage detected