xslt.cpp File Reference
#include "xslt.h"
#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 <QtCore/QDate>
#include <QtCore/QDir>
#include <QtCore/QRegExp>
#include <kcomponentdata.h>
#include <klocale.h>
#include <assert.h>
#include <kfilterbase.h>
#include <kfilterdev.h>
#include <QtCore/QTextCodec>
#include <stdlib.h>
#include <config.h>
#include <stdarg.h>
#include <klibloader.h>
#include <kcharsets.h>
#include <kurl.h>
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 (KComponentData &ins, const QString &srcdir) |
QByteArray | fromUnicode (const QString &data) |
static QIODevice * | getBZip2device (const QString &fileName) |
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 QVector< const char * > ¶ms) |
int | writeToQString (void *context, const char *buffer, int len) |
Variables |
HelpProtocol * | slave |
Define Documentation
#define INFO |
( |
x |
|
) |
if (slave) slave->infoMessage(x); |
Function Documentation
int closeQString |
( |
void * |
context |
) |
|
Compares two files and returns true if.
- Parameters:
-
| newer | exists and is newer than |
| older | |
Definition at line 296 of file xslt.cpp.
QByteArray fromUnicode |
( |
const QString & |
data |
) |
|
void replaceCharsetHeader |
( |
QString & |
output |
) |
|
int writeToQString |
( |
void * |
context, |
|
|
const char * |
buffer, |
|
|
int |
len | |
|
) |
| | |
Variable Documentation