Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
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

SEE ALSO
       XXX

COPYRIGHT
       Copyright (C) 2001-2024 Joe Orton

neon 0.34.0		       23 November 2024		      NE_XML_CREATE(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ne_xml_create&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help