ne_xml_create.3 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. '\" t
  2. .\" Title: ne_xml_create
  3. .\" Author:
  4. .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
  5. .\" Date: 15 April 2025
  6. .\" Manual: neon API reference
  7. .\" Source: neon 0.34.2
  8. .\" Language: English
  9. .\"
  10. .TH "NE_XML_CREATE" "3" "15 April 2025" "neon 0.34.2" "neon API reference"
  11. .\" -----------------------------------------------------------------
  12. .\" * Define some portability stuff
  13. .\" -----------------------------------------------------------------
  14. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  15. .\" http://bugs.debian.org/507673
  16. .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
  17. .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  18. .ie \n(.g .ds Aq \(aq
  19. .el .ds Aq '
  20. .\" -----------------------------------------------------------------
  21. .\" * set default formatting
  22. .\" -----------------------------------------------------------------
  23. .\" disable hyphenation
  24. .nh
  25. .\" disable justification (adjust text to left margin only)
  26. .ad l
  27. .\" -----------------------------------------------------------------
  28. .\" * MAIN CONTENT STARTS HERE *
  29. .\" -----------------------------------------------------------------
  30. .SH "NAME"
  31. ne_xml_create, ne_xml_destroy \- create and destroy an XML parser
  32. .SH "SYNOPSIS"
  33. .sp
  34. .ft B
  35. .nf
  36. #include <ne_xml\&.h>
  37. .fi
  38. .ft
  39. .HP \w'ne_xml_parser\ *ne_xml_create('u
  40. .BI "ne_xml_parser *ne_xml_create(void);"
  41. .HP \w'void\ ne_xml_destroy('u
  42. .BI "void ne_xml_destroy(ne_xml_parser\ *" "parser" ");"
  43. .SH "DESCRIPTION"
  44. .PP
  45. The
  46. \fBne_xml_create\fR
  47. function creates an XML parser object, which can be used for parsing XML documents using stacked SAX handlers\&.
  48. .SH "RETURN VALUE"
  49. .PP
  50. \fBne_xml_create\fR
  51. returns a pointer to an XML parser object, and never
  52. NULL
  53. .SH "SEE ALSO"
  54. .PP
  55. XXX
  56. .SH "COPYRIGHT"
  57. .br
  58. Copyright \(co 2001-2024 Joe Orton
  59. .br