21 #ifndef TAGLIBRARYINTERFACE_H
22 #define TAGLIBRARYINTERFACE_H
24 #include "outputstream.h"
26 #include <QtCore/QHash>
30 class AbstractNodeFactory;
86 virtual QHash<QString, AbstractNodeFactory *>
90 static const QHash<QString, AbstractNodeFactory *> h;
97 virtual QHash<QString, Filter *>
filters(
const QString &name = {})
100 static const QHash<QString, Filter *> h;
107 "org.grantlee.TagLibraryInterface/1.0")
The TagLibraryInterface returns available tags and filters from libraries.
virtual QHash< QString, Filter * > filters(const QString &name={})
virtual QHash< QString, AbstractNodeFactory * > nodeFactories(const QString &name={})
The Grantlee namespace holds all public Grantlee API.