Initial commit
This commit is contained in:
18
venv/lib/python3.10/site-packages/lxml/includes/libxml/SAX.h
Normal file
18
venv/lib/python3.10/site-packages/lxml/includes/libxml/SAX.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* 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__ */
|
||||
Reference in New Issue
Block a user