xref: /aosp_15_r20/external/libxml2/include/libxml/SAX.h (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1 /*
2  * Summary: Old SAX version 1 handler, deprecated
3  * Description: DEPRECATED set of SAX version 1 interfaces used to
4  *              build the DOM tree.
5  *
6  * Copy: See Copyright for the status of this software.
7  *
8  * Author: Daniel Veillard
9  */
10 
11 #ifndef __XML_SAX_H__
12 #define __XML_SAX_H__
13 
14 #endif /* __XML_SAX_H__ */
15