KDocTools
xslt.cpp File Reference
#include <libxslt/xsltconfig.h>
#include <libxslt/xsltInternals.h>
#include <libxslt/transform.h>
#include <libxslt/xsltutils.h>
#include <libxml/xmlIO.h>
#include <libxml/parserInternals.h>
#include <libxml/catalog.h>
#include <kdebug.h>
#include <kstandarddirs.h>
#include <qdir.h>
#include <qregexp.h>
#include <xslt.h>
#include <kinstance.h>
#include "kio_help.h"
#include <klocale.h>
#include <assert.h>
#include <kfilterbase.h>
#include <kfilterdev.h>
#include <qtextcodec.h>
#include <stdlib.h>
#include <config.h>
#include <stdarg.h>
#include <klibloader.h>
#include <kcharsets.h>
#include <gzip/kgzipfilter.h>
#include <bzip2/kbzip2filter.h>
#include <qvaluevector.h>
Include dependency graph for xslt.cpp:
Go to the source code of this file.
Defines | |
#define | INFO(x) if (slave) slave->infoMessage(x); |
Functions | |
int | closeQString (void *context) |
bool | compareTimeStamps (const QString &older, const QString &newer) |
void | fillInstance (KInstance &ins, const QString &srcdir) |
QCString | fromUnicode (const QString &data) |
static QIODevice * | getBZip2device (const QString &fileName) |
void * | init_kbzip2filter () |
QString | lookForCache (const QString &filename) |
static bool | readCache (const QString &filename, const QString &cache, QString &output) |
void | replaceCharsetHeader (QString &output) |
bool | saveToCache (const QString &contents, const QString &filename) |
QString | splitOut (const QString &parsed, int index) |
QString | transform (const QString &pat, const QString &tss, const QValueVector< const char * > ¶ms) |
int | writeToQString (void *context, const char *buffer, int len) |
Variables | |
HelpProtocol * | slave |
Define Documentation
Function Documentation
void* init_kbzip2filter | ( | ) |
QString transform | ( | const QString & | pat, | |
const QString & | tss, | |||
const QValueVector< const char * > & | params | |||
) |
int writeToQString | ( | void * | context, | |
const char * | buffer, | |||
int | len | |||
) |
Variable Documentation
Definition at line 133 of file kio_help.cpp.