GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NE_XML_CREATE(3) neon API reference NE_XML_CREATE(3)

ne_xml_create, ne_xml_destroy - create and destroy an XML parser

#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@lists.manyfish.co.uk>
Author.

12 January 2022 neon 0.32.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.