#include <QtQgarDTDHandlerAdaptor.H>
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 ¬ationName) |
| virtual QString | errorString () |
Constructors | |
| QtQgarDTDHandlerAdaptor (DTDHandler *handler) | |
| Default constructor. | |
Destructors | |
| virtual | ~QtQgarDTDHandlerAdaptor () |
| Destructor. | |
Protected Attributes | |
| DTDHandler * | _impl |
| QString | _errorMsg |
| QtStringConverter | _sc |
|
|
Default constructor.
Definition at line 58 of file QtQgarDTDHandlerAdaptor.C. References _impl. |
|
|
Destructor.
Definition at line 69 of file QtQgarDTDHandlerAdaptor.C. |
|
|
Definition at line 126 of file QtQgarDTDHandlerAdaptor.C. References _errorMsg. |
|
||||||||||||||||
|
Definition at line 80 of file QtQgarDTDHandlerAdaptor.C. References _errorMsg, _impl, _sc, and qgxml::DTDHandler::notationDecl(). |
|
||||||||||||||||||||
|
Definition at line 101 of file QtQgarDTDHandlerAdaptor.C. References _errorMsg, _impl, _sc, and qgxml::DTDHandler::unparsedEntityDecl(). |
|
|
Definition at line 116 of file QtQgarDTDHandlerAdaptor.H. Referenced by errorString(), notationDecl(), and unparsedEntityDecl(). |
|
|
Definition at line 114 of file QtQgarDTDHandlerAdaptor.H. Referenced by notationDecl(), QtQgarDTDHandlerAdaptor(), and unparsedEntityDecl(). |
|
|
Definition at line 118 of file QtQgarDTDHandlerAdaptor.H. Referenced by notationDecl(), and unparsedEntityDecl(). |