ne_xml_create, ne_xml_destroy - create and destroy an XML parser
Author
Attributes
Notes
#include <ne_xml.h>
ne_xml_parser *ne_xml_create (void);
void ne_xml_destroy (ne_xml_parser *parser);
The ne_xml_create function creates an XML parser object, which can be used for parsing XML documents using stacked SAX handlers.
ne_xml_create returns a pointer to an XML parser object, and never NULL
XXX
Joe Orton <neon@webdav.org>.
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE ATTRIBUTE VALUE Availability SUNWneon Interface Stability Volatile
Source for Neon is available on http://opensolaris.org.
| neon 0.25.5 | NE_XML_CREATE (3) | 20 January 2006 |