agent-Specialization/虚拟环境/venv/lib/python3.12/site-packages/lxml/includes/libxml/SAX.h

19 lines
386 B
C

/*
* Summary: Old SAX version 1 handler, deprecated
* Description: DEPRECATED set of SAX version 1 interfaces used to
* build the DOM tree.
*
* Copy: See Copyright for the status of this software.
*
* Author: Daniel Veillard
*/
#ifndef __XML_SAX_H__
#define __XML_SAX_H__
#ifdef __GNUC__
#warning "libxml/SAX.h is deprecated"
#endif
#endif /* __XML_SAX_H__ */