ne_xml_create, ne_xml_destroy - create and destroy an XML parser
Contents
Copyright
Copyright © 2001-2024 Joe Orton
neon 0.34.2 15 April 2025 NE_XML_CREATE(3)
Description
The ne_xml_create function creates an XML parser object, which can be used for parsing XML documents
using stacked SAX handlers.
Name
ne_xml_create, ne_xml_destroy - create and destroy an XML parser
Return Value
ne_xml_create returns a pointer to an XML parser object, and never NULL
See Also
XXX
Synopsis
#include<ne_xml.h>ne_xml_parser*ne_xml_create(void);voidne_xml_destroy(ne_xml_parser*parser);
