Xalan-C++ API Documentation
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:
Collaboration diagram for NullPrintWriter:
List of all members.
Public Methods
- explicit NullPrintWriter ()
- virtual ~NullPrintWriter ()
- virtual bool checkError () const
- Flush the stream, then check the error status. More...
- virtual void close ()
- Close the stream.
- virtual void flush ()
- Flush the stream.
- virtual void write (const char* s, unsigned int theOffset = 0, unsigned int theLength = UINT_MAX)
- Writes a string. More...
- virtual void write (const XalanDOMChar* s, unsigned int theOffset = 0, unsigned int theLength = UINT_MAX)
- Writes a string. More...
- virtual void write (XalanDOMChar c)
- Writes a character. More...
- virtual void write (const XalanDOMString& s, unsigned int theOffset = 0, unsigned int theLength = UINT_MAX)
- Writes a string. More...
- virtual void print (bool b)
- virtual void print (char c)
- virtual void print (const char* s, unsigned int theLength = UINT_MAX)
- virtual void print (const XalanDOMChar* s, unsigned int theLength = UINT_MAX)
- virtual void print (double d)
- virtual void print (int i)
- virtual void print (long l)
- virtual void print (const XalanDOMString& s)
- virtual void println ()
- virtual void println (bool x)
- virtual void println (char x)
- virtual void println (const char* s, unsigned int theLength = UINT_MAX)
- virtual void println (const XalanDOMChar* s, unsigned int theLength = UINT_MAX)
- virtual void println (double x)
- virtual void println (int x)
- virtual void println (long x)
- virtual void println (const XalanDOMString& s)
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] |
|
virtual void NullPrintWriter::flush () [virtual] |
|
virtual void NullPrintWriter::print (
|
const XalanDOMString & s) [virtual] |
|
virtual void NullPrintWriter::print (
|
long l) [virtual] |
|
virtual void NullPrintWriter::print (
|
int i) [virtual] |
|
virtual void NullPrintWriter::print (
|
double d) [virtual] |
|
virtual void NullPrintWriter::print (
|
const XalanDOMChar * s, |
|
unsigned int theLength = UINT_MAX) [virtual] |
|
virtual void NullPrintWriter::print (
|
const char * s, |
|
unsigned int theLength = UINT_MAX) [virtual] |
|
virtual void NullPrintWriter::print (
|
char c) [virtual] |
|
virtual void NullPrintWriter::print (
|
bool b) [virtual] |
|
virtual void NullPrintWriter::println (
|
const XalanDOMString & s) [virtual] |
|
virtual void NullPrintWriter::println (
|
long x) [virtual] |
|
virtual void NullPrintWriter::println (
|
int x) [virtual] |
|
virtual void NullPrintWriter::println (
|
double x) [virtual] |
|
virtual void NullPrintWriter::println (
|
const XalanDOMChar * s, |
|
unsigned int theLength = UINT_MAX) [virtual] |
|
virtual void NullPrintWriter::println (
|
const char * s, |
|
unsigned int theLength = UINT_MAX) [virtual] |
|
virtual void NullPrintWriter::println (
|
char x) [virtual] |
|
virtual void NullPrintWriter::println (
|
bool x) [virtual] |
|
virtual void NullPrintWriter::println () [virtual] |
|
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:
-
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.
|
|