#include <XSLTResultTarget.hpp>
Collaboration diagram for XSLTResultTarget:
|
|
|
Create a new output target with a file name.
fileName | valid system file name |
|
Create a new output target with a file name.
fileName | valid system file name |
|
Create a new output target with a file name.
fileName | valid system file name |
|
Create a new output target with a stream.
byteStream | a pointer to a std ostream for the output |
|
Create a new output target with a stream.
byteStream | a reference to a std ostream for the output |
|
Create a new output target with a character stream.
characterStream | pointer to character stream where the results will be written |
|
Create a new output target with a stream.
characterStream | pointer to character stream where the results will be written |
|
Create a new output target with a FormatterListener.
flistener | A FormatterListener instance for result tree events. |
|
|
Get the byte stream for this output target.
|
Get the character stream for this output target.
|
Get the character encoding in use.
|
Get the file name where the results will be written to.
|
Get the FormatterListener that will process the result tree events.
|
Get the stream for this output target.
|
Set the byte stream for this output target.
byteStream | pointer to byte stream that will contain the result document |
|
Set the character stream for this output target.
characterStream | pointer to character stream that will contain the result document |
|
Set the character encoding, if known.
encoding | new encoding string |
|
Set the character encoding, if known.
encoding | new encoding string |
|
Set the file name where the results will be written.
fileName | system identifier as a string |
|
Set the file name where the results will be written.
fileName | system identifier as a string |
|
Set a FormatterListener to process the result tree events.
handler | pointer to new listener |
|
Set the stream for this output target.
@theStream pointer to stream.
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.7 |
|