ne_xml_create - Man Page
create and destroy an XML parser
Synopsis
#include <ne_xml.h>
ne_xml_parser *ne_xml_create(void);
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
ne_xml_parse_response
Copyright
Copyright © 2001-2025 Joe Orton
Referenced By
The man page ne_xml_destroy(3) is an alias of ne_xml_create(3).
23 November 2025 neon 0.36.0 neon API reference