From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

/**
* perl-libxml-sax.h
* $Id: perl-libxml-sax.h,v 1.3 2003/08/22 22:16:16 phish Exp $
*/
#ifndef __PERL_LIBXML_SAX_H__
#define __PERL_LIBXML_SAX_H__
#ifdef __cplusplus
extern "C" {
#endif
#include <libxml/tree.h>
#ifdef __cplusplus
}
#endif
/* has to be called in BOOT sequence */
void
PmmSAXInitialize(pTHX);
void
PmmSAXInitContext( xmlParserCtxtPtr ctxt, SV * parser );
void
PmmSAXCloseContext( xmlParserCtxtPtr ctxt );
xmlSAXHandlerPtr
PSaxGetHandler();
#endif