Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Writer Class Reference

#include <Writer.hpp>

Inheritance diagram for Writer:

Inheritance graph
[legend]
List of all members.

Public Methods

Static Public Attributes


Constructor & Destructor Documentation

Writer::Writer ( )
 

Writer::~Writer ( ) [virtual]
 


Member Function Documentation

void Writer::close ( ) [pure virtual]
 

Close the stream.

Reimplemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.

void Writer::flush ( ) [pure virtual]
 

Flush the stream.

Reimplemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.

const XalanOutputStream * Writer::getStream ( ) const [virtual]
 

Get the stream associated with the writer...

Reimplemented in XalanOutputStreamPrintWriter.

XalanOutputStream * Writer::getStream ( ) [virtual]
 

Get the stream associated with the writer...

Reimplemented in XalanOutputStreamPrintWriter.

void Writer::write ( const XalanDOMString & s,
XalanDOMString::size_type theOffset = 0,
XalanDOMString::size_type theLength = XalanDOMString::npos ) [pure virtual]
 

Writes a string.

Parameters:
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.

Reimplemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.

void Writer::write ( XalanDOMChar c ) [pure virtual]
 

Writes a character.

Parameters:
c   character to write

Reimplemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.

void Writer::write ( const XalanDOMChar * s,
XalanDOMString::size_type theOffset = 0,
XalanDOMString::size_type theLength = XalanDOMString::npos ) [pure virtual]
 

Writes a string.

Parameters:
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.

Reimplemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.

void Writer::write ( const char * s,
size_t theOffset = 0,
size_t theLength = npos ) [pure virtual]
 

Writes a string.

Parameters:
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.

Reimplemented in DOMStringPrintWriter, NullPrintWriter, PrintWriter, and XalanOutputStreamPrintWriter.


Member Data Documentation

const size_t Writer::npos [static]
 


The documentation for this class was generated from the following file:

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo