1NE_XML_CREATE(3)              neon API reference              NE_XML_CREATE(3)
2
3
4

NAME

6       ne_xml_create, ne_xml_destroy - create and destroy an XML parser
7

SYNOPSIS

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

DESCRIPTION

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

RETURN VALUE

20       ne_xml_create returns a pointer to an XML parser object, and never NULL
21

SEE ALSO

23       XXX
24

AUTHOR

26       Joe Orton <neon@lists.manyfish.co.uk>
27           Author.
28
30neon 0.30.0                      31 July 2013                 NE_XML_CREATE(3)
Impressum