QXmlDefaultHandler Class Reference
#include <qxml.h>
Definition at line 372 of file qxml.h.
|
| QXmlDefaultHandler () |
|
virtual | ~QXmlDefaultHandler () |
|
void | setDocumentLocator (QXmlLocator *locator) |
|
bool | startDocument () |
|
bool | endDocument () |
|
bool | startPrefixMapping (const QString &prefix, const QString &uri) |
|
bool | endPrefixMapping (const QString &prefix) |
|
bool | startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts) |
|
bool | endElement (const QString &namespaceURI, const QString &localName, const QString &qName) |
|
bool | characters (const QString &ch) |
|
bool | ignorableWhitespace (const QString &ch) |
|
bool | processingInstruction (const QString &target, const QString &data) |
|
bool | skippedEntity (const QString &name) |
|
bool | warning (const QXmlParseException &exception) |
|
bool | error (const QXmlParseException &exception) |
|
bool | fatalError (const QXmlParseException &exception) |
|
bool | notationDecl (const QString &name, const QString &publicId, const QString &systemId) |
|
bool | unparsedEntityDecl (const QString &name, const QString &publicId, const QString &systemId, const QString ¬ationName) |
|
bool | resolveEntity (const QString &publicId, const QString &systemId, QXmlInputSource *&ret) |
|
bool | startDTD (const QString &name, const QString &publicId, const QString &systemId) |
|
bool | endDTD () |
|
bool | startEntity (const QString &name) |
|
bool | endEntity (const QString &name) |
|
bool | startCDATA () |
|
bool | endCDATA () |
|
bool | comment (const QString &ch) |
|
bool | attributeDecl (const QString &eName, const QString &aName, const QString &type, const QString &valueDefault, const QString &value) |
|
bool | internalEntityDecl (const QString &name, const QString &value) |
|
bool | externalEntityDecl (const QString &name, const QString &publicId, const QString &systemId) |
|
QString | errorString () const |
|
Public Member Functions inherited from QXmlContentHandler |
virtual | ~QXmlContentHandler () |
|
Public Member Functions inherited from QXmlErrorHandler |
virtual | ~QXmlErrorHandler () |
|
Public Member Functions inherited from QXmlDTDHandler |
virtual | ~QXmlDTDHandler () |
|
virtual | ~QXmlEntityResolver () |
|
Public Member Functions inherited from QXmlLexicalHandler |
virtual | ~QXmlLexicalHandler () |
|
Public Member Functions inherited from QXmlDeclHandler |
virtual | ~QXmlDeclHandler () |
|
bool startPrefixMapping |
( |
const QString & |
prefix, |
|
|
const QString & |
uri |
|
) |
| |
|
virtual |
bool endPrefixMapping |
( |
const QString & |
prefix | ) |
|
|
virtual |
bool characters |
( |
const QString & |
ch | ) |
|
|
virtual |
bool ignorableWhitespace |
( |
const QString & |
ch | ) |
|
|
virtual |
bool processingInstruction |
( |
const QString & |
target, |
|
|
const QString & |
data |
|
) |
| |
|
virtual |
bool skippedEntity |
( |
const QString & |
name | ) |
|
|
virtual |
bool startEntity |
( |
const QString & |
name | ) |
|
|
virtual |
bool endEntity |
( |
const QString & |
name | ) |
|
|
virtual |
bool internalEntityDecl |
( |
const QString & |
name, |
|
|
const QString & |
value |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: