Include dependency graph for XalanTransformerDefinitions.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
|
Value: |
|
|
|
|
|
|
|
Callback function passed to the XalanTransformer APIs. Used to flush the buffer once transform is completed. static void xalanFlushHandler(const void *handle);
|
|
Callback function passed to the XalanTransformer APIs. Used to process transformation output in blocks of data. Caller is responsible for streaming or copying data to a user allocated buffer. Caller should not attempt to write to or free this data. The callback should return the number of bytes written, and this number should match the length received. Otherwise the XalanTransformToHandler function terminates and returns an error status. static unsigned long xalanOutputHandler(const void* data, unsigned long length, const void *handle);
|
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.10 |
|