Qt 4.8
|
The QXmlStreamEntityResolver class provides an entity resolver for a QXmlStreamReader. More...
#include <qxmlstream.h>
Public Functions | |
virtual QString | resolveEntity (const QString &publicId, const QString &systemId) |
virtual QString | resolveUndeclaredEntity (const QString &name) |
Resolves the undeclared entity name and returns its replacement text. More... | |
virtual | ~QXmlStreamEntityResolver () |
Destroys the entity resolver. More... | |
The QXmlStreamEntityResolver class provides an entity resolver for a QXmlStreamReader.
Definition at line 281 of file qxmlstream.h.
|
virtual |
|
virtual |
This function is a stub for later functionality.
Definition at line 203 of file qxmlstream.cpp.
Resolves the undeclared entity name and returns its replacement text.
If the entity is also unknown to the entity resolver, it returns an empty string.
The default implementation always returns an empty string.
Definition at line 217 of file qxmlstream.cpp.