|
| | XMLContentHandler (const QString &path) |
| |
| | ~XMLContentHandler () |
| |
Public Member Functions inherited from QXmlDefaultHandler |
| | 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 | 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 () |
| |
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 () |
| |
This class is a wrapper around SAX style XML parser, which parses the file without first building a DOM tree in memory.
Definition at line 143 of file doxyindexer.cpp.