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 <qvaluevector.h> 00006 00007 QString transform(const QString &file, const QString& stylesheet, 00008 const QValueVector<const char *> ¶ms = QValueVector<const char *>()); 00009 QString splitOut(const QString &parsed, int index); 00010 void fillInstance(KInstance &ins, const QString &srcdir = QString::null ); 00011 bool saveToCache( const QString &contents, const QString &filename ); 00012 QString lookForCache( const QString &filename ); 00013 QCString fromUnicode( const QString &data ); 00014 void replaceCharsetHeader( QString &output ); 00015 00016 extern bool warnings_exist; 00017 extern QString *SRCDIR; 00018 00023 bool compareTimeStamps( const QString &older, const QString &newer ); 00024 #endif