class QucHTMLSupport : public CorBase low level HTML functions
| | become ( const QucHTMLSupport& aRef ) |
| | decypher ( const RWCString& aString ) |
| | generateFooter () |
| | generateHeader ( RWCString aTitle ) |
| | getLine (istream* aStream) |
| | operator= ( const QucHTMLSupport& aRef ) |
| | QucHTMLSupport () |
| | QucHTMLSupport ( const QucHTMLSupport& aRef ) |
| | x2c ( const char* aToken ) |
| | ~QucHTMLSupport () |
| | Purpose The d'tor |
| | Purpose This function provides the footer of an HTML page |
| | Purpose The default c'tor |
| | $Id: QucHTMLSupport |
| | Purpose Get a line from the input stream safely |
low level HTML functions
SYNOPSIS
#include <QucHTMLSupport.h>
QucHTMLSupport myObject;
DESCRIPTION
This class provides very low level HTML support functions, like the
decyphering and decoding of HTML strings.
CAUTIONS
<optional>
EXAMPLES
<optional>
SEE ALSO
CorBase
QucHTMLFormAnalyzer
Preconditions Exceptions
Preconditions Exceptions
Preconditions Exceptions
Preconditions Exceptions
QucHTMLSupport()
The default c'tor.
QucHTMLSupport( const QucHTMLSupport& aRef )
QucHTMLSupport& operator=( const QucHTMLSupport& aRef )
virtual ~QucHTMLSupport()
The d'tor.
RWCString getLine(istream* aStream)
Get a line from the input stream safely.
void generateHeader( RWCString aTitle )
void generateFooter()
This function provides the footer of an HTML page.
Together with the generateHeader() function, this one
can be used to produce an empty HTML page.
char x2c( const char* aToken )
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de