Go to the source code of this file.
void parseTagFile |
( |
Entry * |
root, |
|
|
const char * |
fullPathName |
|
) |
| |
Definition at line 1527 of file tagreader.cpp.
1530 if (!fi.exists())
return;
1532 handler.setFileName(fullName);
1534 QFile xmlFile( fullName );
1539 reader.
parse( source );
bool parse(const QXmlInputSource &input)
void setErrorHandler(QXmlErrorHandler *handler)
The QXmlSimpleReader class provides an implementation of a simple XML reader (i.e. parser).
void setContentHandler(QXmlContentHandler *handler)
The QFile class is an I/O device that operates on files.
static msg_handler handler
The QFileInfo class provides system-independent file information.