1NE_XML_CREATE(3)              neon API reference              NE_XML_CREATE(3)
2
3
4

NAME

6       ne_xml_create, ne_xml_destroy - create and destroy an XML parser
7

SYNOPSIS

9       #include <ne_xml.h>
10
11
12       ne_xml_parser *ne_xml_create (void);
13
14       void ne_xml_destroy (ne_xml_parser *parser);
15
16

DESCRIPTION

18       The  ne_xml_create  function creates an XML parser object, which can be
19       used for parsing XML documents using stacked SAX handlers.
20
21

RETURN VALUE

23       ne_xml_create returns a pointer to an XML parser object, and never NULL
24
25

SEE ALSO

27       XXX
28
29

AUTHOR

31       Joe Orton <neon@webdav.org>.
32
33
34
35neon 0.25.5                     20 January 2006               NE_XML_CREATE(3)
Impressum