Files
prop-data-guard/backend/.venv/lib/python3.9/site-packages/lxml/includes/libxml/SAX.h
T
2026-04-22 17:07:33 +08:00

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__ */