Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > media > contrib-release-debug > by-pkgid > a682ed06b7e9c8d5c3b6ae729da2d8d5 > files > 86

freego-debug-4.5-1mdv2011.0.i586.rpm

#ifndef XMLREADER_H
#define XMLREADER_H

#include <QDomDocument>

namespace XmlReader
{
	// return fixed path
	QString fixedPath( const QString& path );
	// a very simple reader that can quick read unique hierarchy in a dom document
	QString readPath( const QDomDocument& document, const QString& path, const QString& _attr = QString::null );
};

#endif // XMLREADER_H