from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
NE_XML_CREATE
Section: neon API reference (3) Updated: 30 September 2016 Index
Return to Main Contents
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);
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
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUE
-
- SEE ALSO
-
- AUTHOR
-
- COPYRIGHT
-
|