|
| XalanTransformerOutputStream (MemoryManager &theManager, void *theOutputHandle, XalanOutputHandlerType theOutputHandler, XalanFlushHandlerType theFlushHandler=0) |
| Construct a XalanTransformerOutputStream instance for output to a user defined (callback) function. More...
|
|
virtual | ~XalanTransformerOutputStream () |
|
| XalanOutputStream (MemoryManager &theManager, size_type theBufferSize=eDefaultBufferSize, size_type theTranscoderBlockSize=eDefaultTranscoderBlockSize, bool fThrowTranscodeException=true) |
| Constructor. More...
|
|
virtual | ~XalanOutputStream () |
|
MemoryManager & | getMemoryManager () |
|
virtual void | newline () |
| Write the appropriate newline character(s) to the stream. More...
|
|
virtual const XalanDOMChar * | getNewlineString () const |
| Get the string which is appropriate for inserting a line feed in the stream. More...
|
|
void | flushBuffer () |
| Flush the stream's transcoding buffer, but do not request the implementation class to flush its buffer. More...
|
|
void | flush () |
| Flush the stream's buffer. More...
|
|
void | write (char theChar) |
| Write a character to the output stream. More...
|
|
void | write (XalanDOMChar theChar) |
| Write a wide character to the output stream. More...
|
|
void | write (const char *theBuffer) |
| Write a null-terminated string to the output file. More...
|
|
void | write (const XalanDOMChar *theBuffer) |
| Write a null-terminated wide string to the output file. More...
|
|
void | write (const char *theBuffer, size_type theBufferLength) |
| Write a specified number of characters to the output stream. More...
|
|
void | write (const XalanDOMChar *theBuffer, size_type theBufferLength) |
| Write a specified number of characters to the output stream. More...
|
|
const XalanDOMString & | getOutputEncoding () const |
| Get the output encoding for the stream. More...
|
|
void | setOutputEncoding (const XalanDOMString &theEncoding) |
| Set the output encoding for the stream. More...
|
|
bool | canTranscodeTo (XalanUnicodeChar theChar) const |
| Determine if a given value can be represented in the output encoding. More...
|
|
const XalanOutputTranscoder * | getTranscoder () const |
|
bool | getThrowTranscodeException () const |
| Set the flag that indicates whether a transcoding error should throw an exception. More...
|
|
void | setThrowTranscodeException (bool flag) |
| Set the flag that indicates whether a transcoding error should throw an exception. More...
|
|
void | setBufferSize (size_type theBufferSize) |
| Set the size of the output buffer. More...
|
|