Rechercher une page de manuel
ne_xml_create
Langue: en
Version: 11 January 2010 (ubuntu - 24/10/10)
Section: 3 (Bibliothèques de fonctions)
NAME
ne_xml_create, ne_xml_destroy - create and destroy an XML parserSYNOPSIS
#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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre