KDocTools
xslt.h
Go to the documentation of this file.
00001 #ifndef _MEIN_XSLT_H_ 00002 #define _MEIN_XSLT_H_ 00003 00004 #include <libxml/parser.h> 00005 #include <QtCore/QString> 00006 #include <QtCore/QVector> 00007 00008 class QByteArray; 00009 class QIODevice; 00010 class KComponentData; 00011 00012 QString transform(const QString &file, const QString& stylesheet, 00013 const QVector<const char *> ¶ms = QVector<const char *>()); 00014 QString splitOut(const QString &parsed, int index); 00015 void fillInstance(KComponentData &ins, const QString &srcdir = QString() ); 00016 bool saveToCache( const QString &contents, const QString &filename ); 00017 QByteArray fromUnicode( const QString &data ); 00018 void replaceCharsetHeader( QString &output ); 00019 QIODevice *getBZip2device(const QString &fileName ); 00020 00021 extern bool warnings_exist; 00022 extern QString *SRCDIR; 00023 00024 #endif
KDE 4.6 API Reference