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  

NullPrintWriter Class Reference

#include <NullPrintWriter.hpp>

Inheritance diagram for NullPrintWriter:

PrintWriter Writer Collaboration diagram for NullPrintWriter:

List of all members.

Public Methods


Detailed Description


Constructor & Destructor Documentation

explicit NullPrintWriter::NullPrintWriter ()

virtual NullPrintWriter::~NullPrintWriter () [virtual]


Member Function Documentation

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

Flush the stream, then check the error status.

Returns:
true if no errors

Reimplemented from PrintWriter.

virtual void NullPrintWriter::close () [virtual]

Close the stream.

Reimplemented from PrintWriter.

virtual void NullPrintWriter::flush () [virtual]

Flush the stream.

Reimplemented from PrintWriter.

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

Reimplemented from PrintWriter.

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

Reimplemented from PrintWriter.

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

Reimplemented from PrintWriter.

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

Reimplemented from PrintWriter.

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

Reimplemented from PrintWriter.

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

Reimplemented from PrintWriter.

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

Reimplemented from PrintWriter.

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

Reimplemented from PrintWriter.

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

Reimplemented from PrintWriter.

virtual void NullPrintWriter::println ( long x) [virtual]

Reimplemented from PrintWriter.

virtual void NullPrintWriter::println ( int x) [virtual]

Reimplemented from PrintWriter.

virtual void NullPrintWriter::println ( double x) [virtual]

Reimplemented from PrintWriter.

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

Reimplemented from PrintWriter.

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

Reimplemented from PrintWriter.

virtual void NullPrintWriter::println ( char x) [virtual]

Reimplemented from PrintWriter.

virtual void NullPrintWriter::println ( bool x) [virtual]

Reimplemented from PrintWriter.

virtual void NullPrintWriter::println () [virtual]

Reimplemented from PrintWriter.

virtual void NullPrintWriter::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 NullPrintWriter::write ( XalanDOMChar c) [virtual]

Writes a character.

Parameters:
c   character to write

Reimplemented from PrintWriter.

virtual void NullPrintWriter::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 NullPrintWriter::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.


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.