ne_xml_create (3) - Linux Manuals
ne_xml_create: create and destroy an XML parser
NAME
ne_xml_create, ne_xml_destroy - 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); - void ne_xml_destroy(ne_xml_parser
DESCRIPTION
RETURN VALUE
ne_xml_create returns a pointer to an XML parser object, and never NULL
AUTHOR
Joe Orton <neon [at] lists.manyfish.co.uk>
- Author.
COPYRIGHT