ne_xml_create - create and destroy an XML parser
#include <ne_xml.h> ne_xml_parser *ne_xml_create(void); void ne_xml_destroy(ne_xml_parser *parser);
NE_XML_CREATE(3) neon API reference NE_XML_CREATE(3)
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
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+------------------+
|Availability | library/neon |
+---------------+------------------+
|Stability | Volatile |
+---------------+------------------+
SEE ALSO
XXX
AUTHOR
Joe Orton <neon@lists.manyfish.co.uk>
Author.
COPYRIGHT
NOTES
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from
http://www.webdav.org/neon/neon-0.30.1.tar.gz.
Further information about this software can be found on the open source
community website at http://www.webdav.org/neon/.
neon 0.30.1 23 September 2014 NE_XML_CREATE(3)