#include <Writer.hpp>
Inherited by PrintWriter.
Definition at line 44 of file Writer.hpp.
| Writer::Writer | ( | ) |
| virtual Writer::~Writer | ( | ) | [virtual] |
| virtual void Writer::close | ( | ) | [pure virtual] |
Close the stream.
Implemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.
| virtual void Writer::flush | ( | ) | [pure virtual] |
Flush the stream.
Implemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.
| virtual const XalanOutputStream* Writer::getStream | ( | ) | const [virtual] |
Get the stream associated with the writer...
Reimplemented in XalanOutputStreamPrintWriter.
| virtual XalanOutputStream* Writer::getStream | ( | ) | [virtual] |
Get the stream associated with the writer...
Reimplemented in XalanOutputStreamPrintWriter.
| virtual void Writer::write | ( | const char * | s, | |
| size_t | theOffset = 0, |
|||
| size_t | theLength = npos | |||
| ) | [pure virtual] |
Writes a string.
| s | string to write | |
| theOffset | starting offset in string to begin writing, default 0 | |
| theLength | number of characters to write. If the length is npos, then the array is assumed to be null-terminated. |
Implemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.
| virtual void Writer::write | ( | const XalanDOMString & | s, | |
| XalanDOMString::size_type | theOffset = 0, |
|||
| XalanDOMString::size_type | theLength = XalanDOMString::npos | |||
| ) | [pure virtual] |
Writes a string.
| s | string to write | |
| theOffset | starting offset in string to begin writing, default 0 | |
| theLength | number of characters to write. If the length is XalanDOMString::npos, then the entire string is printed. |
Implemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.
| virtual void Writer::write | ( | const XalanDOMChar * | s, | |
| XalanDOMString::size_type | theOffset = 0, |
|||
| XalanDOMString::size_type | theLength = XalanDOMString::npos | |||
| ) | [pure virtual] |
Writes a string.
| s | string to write | |
| theOffset | starting offset in string to begin writing, default 0 | |
| theLength | number of characters to write. If the length is XalanDOMString::npos, then the array is assumed to be null-terminated. |
Implemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.
| virtual void Writer::write | ( | XalanDOMChar | c | ) | [pure virtual] |
Writes a character.
| c | character to write |
Implemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.
const size_t Writer::npos [static] |
Definition at line 83 of file Writer.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.11 |
|
|