| 301 | } |
| 302 | |
| 303 | void Document::Expat::end_element_handler(void* data, const XML_Char* /*name*/) |
| 304 | { |
| 305 | Document* doc = static_cast<Document*>(data); |
| 306 | |
| 307 | doc->m_depth--; |
| 308 | } |
| 309 |
nothing calls this directly
no outgoing calls
no test coverage detected