| 8589 | */ |
| 8590 | |
| 8591 | void |
| 8592 | xmlParseEndTag(xmlParserCtxtPtr ctxt) { |
| 8593 | xmlParseEndTag1(ctxt, 0); |
| 8594 | } |
| 8595 | #endif /* LIBXML_SAX1_ENABLED */ |
| 8596 | |
| 8597 | /************************************************************************ |
nothing calls this directly
no test coverage detected