1NE_XML_CREATE(3) neon API reference NE_XML_CREATE(3)
2
3
4
6 ne_xml_create, ne_xml_destroy - create and destroy an XML parser
7
9 #include <ne_xml.h>
10
11 ne_xml_parser *ne_xml_create(void);
12
13 void ne_xml_destroy(ne_xml_parser *parser);
14
16 The ne_xml_create function creates an XML parser object, which can be
17 used for parsing XML documents using stacked SAX handlers.
18
20 ne_xml_create returns a pointer to an XML parser object, and never NULL
21
23 XXX
24
26 Joe Orton <neon@lists.manyfish.co.uk>
27 Author.
28
30neon 0.29.3 11 January 2010 NE_XML_CREATE(3)