"Fossies" - the Fresh Open Source Software Archive 
Member "neon-0.31.2/doc/man/ne_xml_create.3" (20 Jun 2020, 1900 Bytes) of package /linux/www/neon-0.31.2.tar.gz:
Caution: As a special service "Fossies" has tried to format the requested manual source page into HTML format but links to other man pages may be missing or even erroneous.
Alternatively you can here
view or
download the uninterpreted manual source code.
A member file download can also be achieved by clicking within a package contents listing on the according byte size field. See also the latest
Fossies "Diffs" side-by-side code changes report for "ne_xml_create.3":
0.31.1_vs_0.31.2.
NE_XML_CREATE
NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO
AUTHOR
COPYRIGHT
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