ne_xml_create(3) neon API reference ne_xml_create(3)
NAME
ne_xml_create, ne_xml_destroy - create and destroy an XML parser
SYNOPSIS
#include <ne_xml.h> ne_xml_create(3) void ne_xml_destroy(ne_xml_parser *parser);
DESCRIPTION
The ne_xml_create function creates an XML parser object, which can be used for parsing XML documents using stacked SAX handlers.
RETURN VALUE
ne_xml_create returns a pointer to an XML parser object, and never NULL
SEE ALSO
XXX
AUTHOR
Joe Orton <neon@lists.manyfish.co.uk> Author.
COPYRIGHT
neon 0.30.1 23 September 2014 ne_xml_create(3)
neon 0.30.1 - Generated Sun Oct 16 10:42:43 CDT 2016