Oracle® XML DB Developer's Guide 10g Release 1 (10.1) Part Number B10790-01 |
|
|
View PDF |
This appendix provides a quick reference for the C API for XML, Oracle XML DB specific functions.
This appendix contains this topic:
An XML Context is a required parameter to all the C DOM API functions. This context encapsulates information pertaining to data encoding, error message language and such. This contents of this opaque context are different for XDK applications and Oracle XML DB.
For Oracle XML DB, there are two OCI functions provided to initialize an XML Context. The function OCIXmlDbInitXmlCtx()
is used to initialize the context while OCIXmlDbFreeXmlCtx()
tears it down.