SaxonC 12.5
Saxon Processor library for C/C++, PHP and Python
|
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.
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.
The SaxonC C API is provided by the following header files: SaxonCGlue.h, SaxonCProcessor.h, SaxonCXPath.h
For further information about using SaxonC, see the SaxonC 12 Documentation, or SaxonC web page.