
| typedef std::ostream XalanStdOutputStream::StreamType |
| typedef std::streamsize XalanStdOutputStream::StreamSizeType |
| XalanStdOutputStream::XalanStdOutputStream | ( | StreamType & | theOutputStream, | |
| MemoryManagerType &theManager | XALAN_DEFAULT_MEMMGR | |||
| ) |
Construct a XalanStdOutputStream instance for output to the standard output device.
| theOutputStream | output stream to use |
| virtual XalanStdOutputStream::~XalanStdOutputStream | ( | ) | [virtual] |
| static XalanStdOutputStream* XalanStdOutputStream::create | ( | StreamType & | theOutputStream, | |
| MemoryManagerType & | theManager | |||
| ) | [static] |
| virtual void XalanStdOutputStream::writeData | ( | const char * | theBuffer, | |
| size_type | theBufferLength | |||
| ) | [protected, virtual] |
| virtual void XalanStdOutputStream::doFlush | ( | ) | [protected, virtual] |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|