SaxonC 12.4
Saxon Processor library for C/C++, PHP and Python
Loading...
Searching...
No Matches
SaxonC

This documentation details the C++ API and C API for SaxonC.

SaxonC is a compiled variant of Saxon from the Java platform to the C/C++ platform using GraalVM Native Image, with APIs for C/C++, PHP, and Python.

SaxonC provides processing in XSLT 3.0, XQuery 3.1 and XPath 3.1, and Schema validation 1.0/1.1.

C++ API

The main classes in the SaxonC C++ API are: SaxonProcessor, Xslt30Processor, XsltExecutable, XQueryProcessor, XPathProcessor, SchemaValidator and DocumentBuilder.

The following classes provide a subset of the XDM model: XdmValue, XdmItem, XdmAtomicValue, XdmNode, XdmFunctionItem, XdmArray, and XdmMap.

C API

The SaxonC C API is provided by the following header files: SaxonCGlue.h, SaxonCProcessor.h, SaxonCXPath.h

Other documentation

For further information about using SaxonC, see the SaxonC 12 Documentation, or SaxonC web page.