C++ API Documentation

Zorba ships with a C++ API that provides the following features:

  • Preparing and executing Queries from strings, files, and streams.

  • Working with the static and dynamic context as defined in the XQuery 1.0 specification.

  • Error handling using exceptions or a user-defined error handler.

  • Managing documents or collections.

  • Writing external XQuery functions in C++.

To start with, this documentation provides a set of examples that demonstrate all of the above features.

blog comments powered by Disqus