Include dependency graph for XalanCAPI.h:
Go to the source code of this file.
|
Value: |
|
This is a typedef to work around limitations with the XALAN_TRANSFORMER_EXPORT_FUNCTION macro.
|
|
Handle used to store the address of Compiled Stylesheet instance.
|
|
Handle used to store the address of XalanTransformer instance.
|
|
Handle used to store the address of Parsed Source instance.
|
|
This is a typedef for characters encoded in UTF-16.
|
|
Set a top-level stylesheet parameter. This value can be evaluated via xsl:param-variable.
|
|
Transform the XML source tree to the given result file. The processor will apply the stylesheet file to the input file and write the transformation result to a new output file.
|
|
Create a XalanTransformer instance.
|
|
Terminate Xalan and Xerces. Should be called only once per process after deleting all instances of XalanTransformer. Once a process has called this function, it cannot use the API until another call to XalanInitialize has been made. Optionally, if the ICU has been integrated, this will call the ICU clean up function. This must only be done if the ICU will no longer be used by the process, since the ICU will no longer be in a usable state. See the ICU documentation for more details. This is handy when using leak-detection software, as all static data allocated by Xalan (and optionally, the ICU) will be freed.
|
|
Initialize Xerces and Xalan. Should be called only once per process before making any other API calls.
|
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.10 |
|