Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

qgxml::QtQgarDTDHandlerAdaptor Class Reference

#include <QtQgarDTDHandlerAdaptor.H>

List of all members.


Detailed Description

Todo:
Comment this class!
Author:
Jan Rendek
Date:
March 11, 2003 17:31
Since:
Qgar 2.1

Definition at line 67 of file QtQgarDTDHandlerAdaptor.H.

Public Member Functions

virtual bool notationDecl (const QString &name, const QString &publicId, const QString &systemId)
virtual bool unparsedEntityDecl (const QString &name, const QString &publicId, const QString &systemId, const QString &notationName)
virtual QString errorString ()
Constructors
 QtQgarDTDHandlerAdaptor (DTDHandler *handler)
 Default constructor.
Destructors
virtual ~QtQgarDTDHandlerAdaptor ()
 Destructor.

Protected Attributes

DTDHandler_impl
QString _errorMsg
QtStringConverter _sc


Constructor & Destructor Documentation

qgxml::QtQgarDTDHandlerAdaptor::QtQgarDTDHandlerAdaptor DTDHandler handler  ) 
 

Default constructor.

Definition at line 58 of file QtQgarDTDHandlerAdaptor.C.

References _impl.

qgxml::QtQgarDTDHandlerAdaptor::~QtQgarDTDHandlerAdaptor  )  [virtual]
 

Destructor.

Definition at line 69 of file QtQgarDTDHandlerAdaptor.C.


Member Function Documentation

QString qgxml::QtQgarDTDHandlerAdaptor::errorString  )  [virtual]
 

Definition at line 126 of file QtQgarDTDHandlerAdaptor.C.

References _errorMsg.

bool qgxml::QtQgarDTDHandlerAdaptor::notationDecl const QString &  name,
const QString &  publicId,
const QString &  systemId
[virtual]
 

Definition at line 80 of file QtQgarDTDHandlerAdaptor.C.

References _errorMsg, _impl, _sc, and qgxml::DTDHandler::notationDecl().

bool qgxml::QtQgarDTDHandlerAdaptor::unparsedEntityDecl const QString &  name,
const QString &  publicId,
const QString &  systemId,
const QString &  notationName
[virtual]
 

Definition at line 101 of file QtQgarDTDHandlerAdaptor.C.

References _errorMsg, _impl, _sc, and qgxml::DTDHandler::unparsedEntityDecl().


Member Data Documentation

QString qgxml::QtQgarDTDHandlerAdaptor::_errorMsg [protected]
 

Definition at line 116 of file QtQgarDTDHandlerAdaptor.H.

Referenced by errorString(), notationDecl(), and unparsedEntityDecl().

DTDHandler* qgxml::QtQgarDTDHandlerAdaptor::_impl [protected]
 

Definition at line 114 of file QtQgarDTDHandlerAdaptor.H.

Referenced by notationDecl(), QtQgarDTDHandlerAdaptor(), and unparsedEntityDecl().

QtStringConverter qgxml::QtQgarDTDHandlerAdaptor::_sc [protected]
 

Definition at line 118 of file QtQgarDTDHandlerAdaptor.H.

Referenced by notationDecl(), and unparsedEntityDecl().


The documentation for this class was generated from the following files: