Go to the source code of this file.
|
Value: |
|
|
|
Value: |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a simple C interface for the class XPathEvaluator. It's the user's responsibility to call XalanXPathAPIInitialize() before making any other API calls, and to call XalanXPathAPITerminate() when finished with the API. |
|
Handle used to store the address of XalanTransformer instance.
|
|
Handle used to store the address of compiled XPath instance.
|
|
Creates a compiled XPath instance.
|
|
Create a XalanXPathEvaluator instance.
|
|
Destroys a compiled XPath instance.
|
|
Destroy a XalanXPathEvaluator instance.
|
|
Evaluates a compiled XPath instance.
|
|
Evaluates an XPath expression.
|
|
Initialize Xerces and the XPath API. Should be called only once per process before making any other API calls.
|
|
Terminate Xerces and the XPath API. Should be called only once per process after deleting all instances of XalanXPathEvaluator. Once a process has called this function, it cannot use the API for the remaining lifetime of the process.
|
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.10 |
|