/home/.cpanm/work/1759492321.34808/XML-LibXML-2.0210
/** * perl-libxml-sax.h * $Id$ */ #ifndef __PERL_LIBXML_SAX_H__ #define __PERL_LIBXML_SAX_H__ #ifdef __cplusplus extern "C" { #endif #include <libxml/tree.h> #ifdef __cplusplus } #endif /* * auxiliary macro to serve as an croak(NULL) * unlike croak(NULL), this version does not produce * a warning (see the perlapi for the meaning of croak(NULL)) * */ #define croak_obj Perl_croak(aTHX_ NULL) /* has to be called in BOOT sequence */ void PmmSAXInitialize(pTHX); void PmmSAXInitContext( xmlParserCtxtPtr ctxt, SV * parser, SV * saved_error ); void PmmSAXCloseContext( xmlParserCtxtPtr ctxt ); xmlSAXHandlerPtr PSaxGetHandler(); #endif /* __PERL_LIBXML_SAX_H__ */
.
Edit
..
Edit
Av_CharPtrPtr.c
Edit
Av_CharPtrPtr.h
Edit
Av_CharPtrPtr.o
Edit
Changes
Edit
Devel.c
Edit
Devel.o
Edit
Devel.xs
Edit
HACKING.txt
Edit
LICENSE
Edit
LibXML.bs
Edit
LibXML.c
Edit
LibXML.o
Edit
LibXML.pm
Edit
LibXML.pod
Edit
LibXML.xs
Edit
MANIFEST
Edit
META.json
Edit
META.yml
Edit
MYMETA.json
Edit
MYMETA.yml
Edit
Makefile
Edit
Makefile.PL
Edit
README
Edit
TODO
Edit
blib
Edit
debian
Edit
docs
Edit
dom.c
Edit
dom.h
Edit
dom.o
Edit
example
Edit
lib
Edit
perl-libxml-mm.c
Edit
perl-libxml-mm.h
Edit
perl-libxml-mm.o
Edit
perl-libxml-sax.c
Edit
perl-libxml-sax.h
Edit
perl-libxml-sax.o
Edit
pm_to_blib
Edit
ppport.h
Edit
scripts
Edit
t
Edit
test
Edit
typemap
Edit
xpath.c
Edit
xpath.h
Edit
xpath.o
Edit
xpathcontext.h
Edit