#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 stream.
byteStream | a pointer 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 DOM document.
n | root of DOM node tree that holds results |
|
Create a new output target with a DOM document fragment.
n | root of DOM node tree that holds results |
|
Create a new output target with a DOM element.
n | root of DOM node tree that holds results |
|
Get the byte stream for this output target.
|
Get the character stream for this output target.
|
Get the document node that will contain the result nodes.
|
Get the document node that will contain the result nodes.
|
Get the SAX DocumentHandler that will process the result tree events.
|
Get the document node that will contain the result nodes.
|
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.
|
|
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 document node that will contain the result nodes.
node | DOM node to contain results |
|
Set the document fragment node that will contain the result nodes.
node | DOM node to contain results |
|
Set a SAX DocumentHandler to process the result tree events.
handler | pointer to new handler |
|
Set the element node that will contain the result nodes.
node | DOM node to contain results |
|
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 a FormatterListener to process the result tree events.
handler | pointer to new listener |
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++ XSL Transformer Version 1.0 |
|