XQilla DOM Level 3 API
The DOM Level 3 API implements the
W3C∞'s
DOM Level 3 XPath Specification∞, and the working group's note on
XPath 2 support∞ for it. It integrates tightly with
Xerces-C∞, and provides access to XQilla's XPath 2 and XQuery functionality from the
DOMXPathEvaluator∞ class. The evaluate() method of this class returns
void*, which can be cast to
XPath2Result∞ when using the XQilla DOM 3 API. To use the DOM 3 API, you will need to include the
xqilla/xqilla-dom3.hpp header file - which will include all the headers you need to work with the DOM 3 API. The
DOM3 API reference documentation∞ is generated using Doxygen.
Examples
CategoryDOM3API