XQC - XQuery C API 1.0

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
XQC_DynamicContext
XQC_ErrorHandlerThe ::XQC_ErrorHandler struct is designed to be populated by users for the purpose of collecting more detailed error messages from an XQC implementation
XQC_ExpressionThe ::XQC_Expression struct represents a prepared query, and allows the user to execute that query any number of times
XQC_ImplementationThe ::XQC_Implementation struct provides factory functions for preparing queries
XQC_InputStreamThe ::XQC_InputStream struct is designed to be populated by users for the purpose of streaming data into an XQC implementation
XQC_Sequence
XQC_StaticContextThe ::XQC_StaticContext struct provides a way to specify values for the static context of the query to be prepared