Xalan-C++ API Reference
1.12.0
|
#include <xalanc/XSLT/XSLTResultTarget.hpp>
Public Types | |
typedef std::ostream | StreamType |
typedef std::FILE | FILE |
Public Member Functions | |
XSLTResultTarget (MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR) | |
XSLTResultTarget (const XalanDOMString &fileName, MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR) | |
Create a new output target with a file name. More... | |
XSLTResultTarget (const XalanDOMChar *fileName, MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR) | |
Create a new output target with a file name. More... | |
XSLTResultTarget (const char *fileName, MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR) | |
Create a new output target with a file name. More... | |
XSLTResultTarget (StreamType *theStream, MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR) | |
Create a new output target with a stream. More... | |
XSLTResultTarget (StreamType &theStream, MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR) | |
Create a new output target with a stream. More... | |
XSLTResultTarget (Writer *characterStream, MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR) | |
Create a new output target with a character stream. More... | |
XSLTResultTarget (FILE *characterStream, MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR) | |
Create a new output target with a stream. More... | |
XSLTResultTarget (FormatterListener &flistener, MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR) | |
Create a new output target with a FormatterListener. More... | |
XSLTResultTarget (const XSLTResultTarget &other, MemoryManager &theManager XALAN_DEFAULT_CONSTRUCTOR_MEMMGR) | |
~XSLTResultTarget () | |
void | setFileName (const char *fileName) |
Set the file name where the results will be written. More... | |
void | setFileName (const XalanDOMString &fileName) |
Set the file name where the results will be written. More... | |
const XalanDOMString & | getFileName () const |
Get the file name where the results will be written to. More... | |
void | setByteStream (StreamType *byteStream) |
Set the byte stream for this output target. More... | |
StreamType * | getByteStream () const |
Get the byte stream for this output target. More... | |
void | setEncoding (const XalanDOMChar *encoding) |
Set the character encoding, if known. More... | |
void | setEncoding (const XalanDOMString &encoding) |
Set the character encoding, if known. More... | |
const XalanDOMString & | getEncoding () const |
Get the character encoding in use. More... | |
void | setCharacterStream (Writer *characterStream) |
Set the character stream for this output target. More... | |
Writer * | getCharacterStream () const |
Get the character stream for this output target. More... | |
FILE * | getStream () const |
Get the stream for this output target. More... | |
void | setStream (FILE *theStream) |
Set the stream for this output target. More... | |
void | setFormatterListener (FormatterListener *handler) |
Set a FormatterListener to process the result tree events. More... | |
FormatterListener * | getFormatterListener () const |
Get the FormatterListener that will process the result tree events. More... | |
Definition at line 45 of file XSLTResultTarget.hpp.
typedef std::FILE xalanc::XSLTResultTarget::FILE |
Definition at line 51 of file XSLTResultTarget.hpp.
typedef std::ostream xalanc::XSLTResultTarget::StreamType |
Definition at line 49 of file XSLTResultTarget.hpp.
|
explicit |
xalanc::XSLTResultTarget::XSLTResultTarget | ( | const XalanDOMString & | fileName, |
MemoryManager &theManager | XALAN_DEFAULT_CONSTRUCTOR_MEMMGR | ||
) |
Create a new output target with a file name.
fileName | valid system file name |
xalanc::XSLTResultTarget::XSLTResultTarget | ( | const XalanDOMChar * | fileName, |
MemoryManager &theManager | XALAN_DEFAULT_CONSTRUCTOR_MEMMGR | ||
) |
Create a new output target with a file name.
fileName | valid system file name |
xalanc::XSLTResultTarget::XSLTResultTarget | ( | const char * | fileName, |
MemoryManager &theManager | XALAN_DEFAULT_CONSTRUCTOR_MEMMGR | ||
) |
Create a new output target with a file name.
fileName | valid system file name |
xalanc::XSLTResultTarget::XSLTResultTarget | ( | StreamType * | theStream, |
MemoryManager &theManager | XALAN_DEFAULT_CONSTRUCTOR_MEMMGR | ||
) |
Create a new output target with a stream.
byteStream | a pointer to a std ostream for the output |
xalanc::XSLTResultTarget::XSLTResultTarget | ( | StreamType & | theStream, |
MemoryManager &theManager | XALAN_DEFAULT_CONSTRUCTOR_MEMMGR | ||
) |
Create a new output target with a stream.
byteStream | a reference to a std ostream for the output |
xalanc::XSLTResultTarget::XSLTResultTarget | ( | Writer * | characterStream, |
MemoryManager &theManager | XALAN_DEFAULT_CONSTRUCTOR_MEMMGR | ||
) |
Create a new output target with a character stream.
characterStream | pointer to character stream where the results will be written |
xalanc::XSLTResultTarget::XSLTResultTarget | ( | FILE * | characterStream, |
MemoryManager &theManager | XALAN_DEFAULT_CONSTRUCTOR_MEMMGR | ||
) |
Create a new output target with a stream.
characterStream | pointer to character stream where the results will be written |
xalanc::XSLTResultTarget::XSLTResultTarget | ( | FormatterListener & | flistener, |
MemoryManager &theManager | XALAN_DEFAULT_CONSTRUCTOR_MEMMGR | ||
) |
Create a new output target with a FormatterListener.
flistener | A FormatterListener instance for result tree events. |
xalanc::XSLTResultTarget::XSLTResultTarget | ( | const XSLTResultTarget & | other, |
MemoryManager &theManager | XALAN_DEFAULT_CONSTRUCTOR_MEMMGR | ||
) |
xalanc::XSLTResultTarget::~XSLTResultTarget | ( | ) |
|
inline |
Get the byte stream for this output target.
Definition at line 185 of file XSLTResultTarget.hpp.
|
inline |
Get the character stream for this output target.
Definition at line 248 of file XSLTResultTarget.hpp.
|
inline |
Get the character encoding in use.
Definition at line 225 of file XSLTResultTarget.hpp.
|
inline |
Get the file name where the results will be written to.
Definition at line 162 of file XSLTResultTarget.hpp.
|
inline |
Get the FormatterListener that will process the result tree events.
Definition at line 292 of file XSLTResultTarget.hpp.
|
inline |
Get the stream for this output target.
Definition at line 259 of file XSLTResultTarget.hpp.
|
inline |
Set the byte stream for this output target.
byteStream | pointer to byte stream that will contain the result document |
Definition at line 174 of file XSLTResultTarget.hpp.
|
inline |
Set the character stream for this output target.
characterStream | pointer to character stream that will contain the result document |
Definition at line 237 of file XSLTResultTarget.hpp.
|
inline |
Set the character encoding, if known.
encoding | new encoding string |
Definition at line 196 of file XSLTResultTarget.hpp.
|
inline |
Set the character encoding, if known.
encoding | new encoding string |
Definition at line 214 of file XSLTResultTarget.hpp.
|
inline |
Set the file name where the results will be written.
fileName | system identifier as a string |
Definition at line 133 of file XSLTResultTarget.hpp.
|
inline |
Set the file name where the results will be written.
fileName | system identifier as a string |
Definition at line 151 of file XSLTResultTarget.hpp.
|
inline |
Set a FormatterListener to process the result tree events.
handler | pointer to new listener |
Definition at line 281 of file XSLTResultTarget.hpp.
|
inline |
Set the stream for this output target.
@theStream pointer to stream.
Definition at line 270 of file XSLTResultTarget.hpp.
Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.
Generated on Sun May 31 2020 10:37:41 for Xalan-C++ API Reference by 1.8.17