typedef std::ostream XSLTResultTarget::StreamType |
XSLTResultTarget::XSLTResultTarget | ( | MemoryManagerType &theManager | XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR | ) | [explicit] |
XSLTResultTarget::XSLTResultTarget | ( | const XalanDOMString & | fileName, | |
MemoryManagerType &theManager | XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR | |||
) |
Create a new output target with a file name.
fileName | valid system file name |
XSLTResultTarget::XSLTResultTarget | ( | const XalanDOMChar * | fileName, | |
MemoryManagerType &theManager | XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR | |||
) |
Create a new output target with a file name.
fileName | valid system file name |
XSLTResultTarget::XSLTResultTarget | ( | const char * | fileName, | |
MemoryManagerType &theManager | XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR | |||
) |
Create a new output target with a file name.
fileName | valid system file name |
XSLTResultTarget::XSLTResultTarget | ( | StreamType * | theStream, | |
MemoryManagerType &theManager | XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR | |||
) |
Create a new output target with a stream.
byteStream | a pointer to a std ostream for the output |
XSLTResultTarget::XSLTResultTarget | ( | StreamType & | theStream, | |
MemoryManagerType &theManager | XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR | |||
) |
Create a new output target with a stream.
byteStream | a reference to a std ostream for the output |
XSLTResultTarget::XSLTResultTarget | ( | Writer * | characterStream, | |
MemoryManagerType &theManager | XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR | |||
) |
Create a new output target with a character stream.
characterStream | pointer to character stream where the results will be written |
XSLTResultTarget::XSLTResultTarget | ( | FILE * | characterStream, | |
MemoryManagerType &theManager | XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR | |||
) |
Create a new output target with a stream.
characterStream | pointer to character stream where the results will be written |
XSLTResultTarget::XSLTResultTarget | ( | FormatterListener & | flistener, | |
MemoryManagerType &theManager | XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR | |||
) |
Create a new output target with a FormatterListener.
flistener | A FormatterListener instance for result tree events. |
XSLTResultTarget::XSLTResultTarget | ( | const XSLTResultTarget & | other, | |
MemoryManagerType &theManager | XALAN_DEFAULT_CONSTRACTOR_MEMORY_MGR | |||
) |
XSLTResultTarget::~XSLTResultTarget | ( | ) |
StreamType* XSLTResultTarget::getByteStream | ( | ) | const |
Get the byte stream for this output target.
Writer* XSLTResultTarget::getCharacterStream | ( | ) | const |
Get the character stream for this output target.
const XalanDOMString& XSLTResultTarget::getEncoding | ( | ) | const |
Get the character encoding in use.
const XalanDOMString& XSLTResultTarget::getFileName | ( | ) | const |
Get the file name where the results will be written to.
FormatterListener* XSLTResultTarget::getFormatterListener | ( | ) | const |
FILE* XSLTResultTarget::getStream | ( | ) | const |
Get the stream for this output target.
void XSLTResultTarget::setByteStream | ( | StreamType * | byteStream | ) |
Set the byte stream for this output target.
byteStream | pointer to byte stream that will contain the result document |
void XSLTResultTarget::setCharacterStream | ( | Writer * | characterStream | ) |
Set the character stream for this output target.
characterStream | pointer to character stream that will contain the result document |
void XSLTResultTarget::setEncoding | ( | const XalanDOMString & | encoding | ) |
Set the character encoding, if known.
encoding | new encoding string |
void XSLTResultTarget::setEncoding | ( | const XalanDOMChar * | encoding | ) |
Set the character encoding, if known.
encoding | new encoding string |
void XSLTResultTarget::setFileName | ( | const XalanDOMString & | fileName | ) |
Set the file name where the results will be written.
fileName | system identifier as a string |
void XSLTResultTarget::setFileName | ( | const char * | fileName | ) |
Set the file name where the results will be written.
fileName | system identifier as a string |
void XSLTResultTarget::setFormatterListener | ( | FormatterListener * | handler | ) |
Set a FormatterListener to process the result tree events.
handler | pointer to new listener |
void XSLTResultTarget::setStream | ( | FILE * | theStream | ) |
Set the stream for this output target.
pointer to stream.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
![]() |
Xalan-C++ XSLT Processor Version 1.10 |
|