neon API reference NEXMLCREATE(3)
NAME
nexmlcreate, nexmldestroy - create and destroy an XML
parser
SYNOPSIS
#include
nexmlparser *nexmlcreate (void);
void nexmldestroy (nexmlparser *parser);
DESCRIPTION
The nexmlcreate function creates an XML parser object,
which can be used for parsing XML documents using stacked
SAX handlers.
RETURN VALUE
nexmlcreate returns a pointer to an XML parser object, and
never NUL
SEE ALSO
X
AUTHOR
Joe Orton .
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWneon
Interface Stability Volatile
NOTES
Source for Neon is available on http:/opensolaris.org.
neon 0.25.5 Last change: 20 January 2006 1
|