Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSL Transformer Version 1.1
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
DOMStringPrintWriter Class Reference
#include <DOMStringPrintWriter.hpp>
Inheritance diagram for DOMStringPrintWriter
[legend]Collaboration diagram for DOMStringPrintWriter:
[legend]List of all members.Public Methods
- DOMStringPrintWriter (XalanDOMString& theString)
- virtual ~DOMStringPrintWriter ()
- XalanDOMString& getString () const
- 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 b)
- virtual void println (char c)
- 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 d)
- virtual void println (int i)
- virtual void println (long l)
- virtual void println (const XalanDOMString& s)
Protected Attributes
Constructor & Destructor Documentation
DOMStringPrintWriter::DOMStringPrintWriter (
|
XalanDOMString & theString )
|
|
virtual DOMStringPrintWriter::~DOMStringPrintWriter (
|
) [virtual]
|
|
Member Function Documentation
virtual bool DOMStringPrintWriter::checkError (
|
) const [virtual]
|
|
|
Flush the stream, then check the error status.
-
Returns:
-
true if no errors
Reimplemented from PrintWriter. |
virtual void DOMStringPrintWriter::close (
|
) [virtual]
|
|
virtual void DOMStringPrintWriter::flush (
|
) [virtual]
|
|
virtual void DOMStringPrintWriter::print (
|
const XalanDOMString & s ) [virtual]
|
|
virtual void DOMStringPrintWriter::print (
|
long l ) [virtual]
|
|
virtual void DOMStringPrintWriter::print (
|
int i ) [virtual]
|
|
virtual void DOMStringPrintWriter::print (
|
double d ) [virtual]
|
|
virtual void DOMStringPrintWriter::print (
|
const XalanDOMChar * s,
|
|
unsigned int theLength = UINT_MAX ) [virtual]
|
|
virtual void DOMStringPrintWriter::print (
|
const char * s,
|
|
unsigned int theLength = UINT_MAX ) [virtual]
|
|
virtual void DOMStringPrintWriter::print (
|
char c ) [virtual]
|
|
virtual void DOMStringPrintWriter::print (
|
bool b ) [virtual]
|
|
virtual void DOMStringPrintWriter::println (
|
const XalanDOMString & s ) [virtual]
|
|
virtual void DOMStringPrintWriter::println (
|
long l ) [virtual]
|
|
virtual void DOMStringPrintWriter::println (
|
int i ) [virtual]
|
|
virtual void DOMStringPrintWriter::println (
|
double d ) [virtual]
|
|
virtual void DOMStringPrintWriter::println (
|
const XalanDOMChar * s,
|
|
unsigned int theLength = UINT_MAX ) [virtual]
|
|
virtual void DOMStringPrintWriter::println (
|
const char * s,
|
|
unsigned int theLength = UINT_MAX ) [virtual]
|
|
virtual void DOMStringPrintWriter::println (
|
char c ) [virtual]
|
|
virtual void DOMStringPrintWriter::println (
|
bool b ) [virtual]
|
|
virtual void DOMStringPrintWriter::println (
|
) [virtual]
|
|
virtual void DOMStringPrintWriter::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 DOMStringPrintWriter::write (
|
XalanDOMChar c ) [virtual]
|
|
|
Writes a character.
-
Parameters:
-
Reimplemented from PrintWriter. |
virtual void DOMStringPrintWriter::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 DOMStringPrintWriter::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
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.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.
|
|