neon API reference NE_XML_CREATE(3)
NAME
ne_xml_create, ne_xml_destroy - create and destroy an XML
parserSYNOPSIS
#include
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 VALUEne_xml_create returns a pointer to an XML parser object, and
never NULLSEE ALSO
XXX AUTHOR Joe OrtonAuthor. COPYRIGHT ATTRIBUTES
See attributes(5) for descriptions of the following attributes:_______________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE|
|____________________|__________________|_
| Availability | library/neon ||____________________|__________________|_
| Interface Stability| Volatile ||____________________|_________________|
NOTES Source for Neon is available on http://opensolaris.org. neon 0.29.0 Last change: 13 September 2009 1