Qt 5.10 Book Examples
Public Member Functions | List of all members
AddressBookParser Class Reference
Inheritance diagram for AddressBookParser:

Public Member Functions

bool startElement (const QString &, const QString &, const QString &, const QXmlAttributes &attrs)
 
bool characters (const QString &strText)
 
bool endElement (const QString &, const QString &, const QString &str)
 
bool fatalError (const QXmlParseException &exception)
 

Detailed Description

Definition at line 14 of file main.cpp.

Member Function Documentation

◆ characters()

bool AddressBookParser::characters ( const QString &  strText)
inline

Definition at line 35 of file main.cpp.

◆ endElement()

bool AddressBookParser::endElement ( const QString &  ,
const QString &  ,
const QString &  str 
)
inline

Definition at line 42 of file main.cpp.

◆ fatalError()

bool AddressBookParser::fatalError ( const QXmlParseException &  exception)
inline

Definition at line 53 of file main.cpp.

◆ startElement()

bool AddressBookParser::startElement ( const QString &  ,
const QString &  ,
const QString &  ,
const QXmlAttributes &  attrs 
)
inline

Definition at line 20 of file main.cpp.


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