Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-05-20 08:15:10

0001 /**
0002  * @file
0003  * 
0004  * @brief Old SAX version 1 handler, deprecated
0005  * 
0006  * @deprecated set of SAX version 1 interfaces used to
0007  *              build the DOM tree.
0008  *
0009  * @copyright See Copyright for the status of this software.
0010  *
0011  * @author Daniel Veillard
0012  */
0013 
0014 #ifndef __XML_SAX_H__
0015 #define __XML_SAX_H__
0016 
0017 #ifdef __GNUC__
0018   #warning "libxml/SAX.h is deprecated"
0019 #endif
0020 
0021 #endif /* __XML_SAX_H__ */