interface for some QStream XML utilities. More...
#include <QString>#include <QXmlStreamWriter>#include <QXmlStreamReader>#include <QtDebug>Go to the source code of this file.
Namespaces | |
| namespace | glcXmlUtil |
Functions | |
| bool | glcXmlUtil::goToElement (QXmlStreamReader *pReader, const QString &element) |
| Go to the given xml Element, return true on succes. | |
| QString | glcXmlUtil::getContent (QXmlStreamReader *pReader, const QString &element) |
| QString | glcXmlUtil::readAttribute (QXmlStreamReader *pReader, const QString &attribute) |
| Read the specified attribute. | |
| bool | glcXmlUtil::endElementNotReached (QXmlStreamReader *pReader, const QString &element) |
| Return true if the end of specified element is not reached. | |
| bool | glcXmlUtil::startElementNotReached (QXmlStreamReader *pReader, const QString &element) |
| Return true if the start of specified element is not reached. | |
| void | glcXmlUtil::goToEndElement (QXmlStreamReader *pReader, const QString &element) |
| Go to the end Element of a xml. | |
interface for some QStream XML utilities.
Definition in file glc_xmlutil.h.