21 #ifndef TAGLIBRARYINTERFACE_H
22 #define TAGLIBRARYINTERFACE_H
24 #include "outputstream.h"
26 #include <QtCore/QHash>
27 #include <QtCore/QObject>
31 class AbstractNodeFactory;
87 virtual QHash<QString, AbstractNodeFactory *>
91 static const QHash<QString, AbstractNodeFactory *> h;
98 virtual QHash<QString, Filter *>
filters(
const QString &name = {})
101 static const QHash<QString, Filter *> h;
108 "org.grantlee.TagLibraryInterface/1.0")