| 2065 | #define PUGI__CHECK_ERROR(err, m) { if (*s == 0) PUGI__THROW_ERROR(err, m); } |
| 2066 | |
| 2067 | xml_parser(const xml_allocator& alloc_): alloc(alloc_), error_offset(0), error_status(status_ok) |
| 2068 | { |
| 2069 | } |
| 2070 | |
| 2071 | // DOCTYPE consists of nested sections of the following possible types: |
| 2072 | // <!-- ... -->, <? ... ?>, "...", '...' |
nothing calls this directly
no outgoing calls
no test coverage detected