Xalan-C++ API Documentation

The Xalan-C++ XSL Transformer Version 1.0

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

XalanOutputStreamPrintWriter Class Reference

#include <XalanOutputStreamPrintWriter.hpp>

Inheritance diagram for XalanOutputStreamPrintWriter:

PrintWriter Writer Collaboration diagram for XalanOutputStreamPrintWriter:

List of all members.

Public Methods

Protected Attributes


Detailed Description


Constructor & Destructor Documentation

XalanOutputStreamPrintWriter::XalanOutputStreamPrintWriter ( XalanOutputStream & theOutputStream,
bool fAutoFlush = false)

Construct a XalanOutputStreamPrintWriter instance.

Parameters:
theOutputStream   output stream to write
fAutoFlush   if true, the output will not be buffered

virtual XalanOutputStreamPrintWriter::~XalanOutputStreamPrintWriter () [virtual]


Member Function Documentation

virtual bool XalanOutputStreamPrintWriter::checkError () const [virtual]

Flush the stream, then check the error status.

Returns:
true if no errors

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::close () [virtual]

Close the stream.

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::flush () [virtual]

Flush the stream.

Reimplemented from PrintWriter.

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

Get the stream associated with the writer...

Reimplemented from Writer.

virtual XalanOutputStream* XalanOutputStreamPrintWriter::getStream () [virtual]

Get the stream associated with the writer...

Reimplemented from Writer.

virtual void XalanOutputStreamPrintWriter::print ( const XalanDOMString & s) [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::print ( long l) [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::print ( int i) [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::print ( double d) [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::print ( const XalanDOMChar * s,
unsigned int theLength = UINT_MAX) [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::print ( const char * s,
unsigned int theLength = UINT_MAX) [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::print ( char c) [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::print ( bool b) [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::println ( const XalanDOMString & s) [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::println ( long l) [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::println ( int i) [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::println ( double d) [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::println ( const XalanDOMChar * s,
unsigned int theLength = UINT_MAX) [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::println ( const char * s,
unsigned int theLength = UINT_MAX) [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::println ( char c) [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::println ( bool b) [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::println () [virtual]

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::write ( const XalanDOMString & s,
unsigned int theOffset = 0,
unsigned int theLength = UINT_MAX) [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 UINT_MAX, then the entire string is printed. Default is UINT_MAX.

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::write ( XalanDOMChar c) [virtual]

Writes a character.

Parameters:
c   character to write

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::write ( const XalanDOMChar * s,
unsigned int theOffset = 0,
unsigned int theLength = UINT_MAX) [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 UINT_MAX, then the array is assumed to be null-terminated. Default is UINT_MAX.

Reimplemented from PrintWriter.

virtual void XalanOutputStreamPrintWriter::write ( const char * s,
unsigned int theOffset = 0,
unsigned int theLength = UINT_MAX) [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 UINT_MAX, then the array is assumed to be null-terminated. Default is UINT_MAX.

Reimplemented from PrintWriter.


Member Data Documentation

XalanOutputStream & XalanOutputStreamPrintWriter::m_OutputStream [protected]


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.

Xalan-C++ XSL Transformer Version 1.0
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.