Include dependency graph for XalanCAPI.h:
|
|
|
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.
|
|
Set a top-level stylesheet parameter. This value can be evaluated via xsl:param-variable.
|
|
Transform the XML source tree to a dynamically allocated buffer. The processor will apply the compiled stylesheet to the input file and assign the address of the dynamically allocated result to a user supplied pointer. The user must call XalanFreeData with the this pointer.
|
|
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.
|
|
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++ XSL Transformer Version 1.1 |
|