KDocTools
meinproc.cpp File Reference
#include <config.h>
#include <string.h>
#include <sys/time.h>
#include <unistd.h>
#include <libxml/xmlversion.h>
#include <libxml/xmlmemory.h>
#include <libxml/debugXML.h>
#include <libxml/HTMLtree.h>
#include <libxml/xmlIO.h>
#include <libxml/parserInternals.h>
#include <libxslt/xsltconfig.h>
#include <libxslt/xsltInternals.h>
#include <libxslt/transform.h>
#include <libxslt/xsltutils.h>
#include <qstring.h>
#include <kstandarddirs.h>
#include <kinstance.h>
#include <xslt.h>
#include <qfile.h>
#include <qdir.h>
#include <kcmdlineargs.h>
#include <klocale.h>
#include <kaboutdata.h>
#include <stdlib.h>
#include <kdebug.h>
#include <qtextcodec.h>
#include <qfileinfo.h>
#include <kprocess.h>
#include <qvaluevector.h>
Include dependency graph for meinproc.cpp:
Go to the source code of this file.
Typedefs | |
typedef QValueList< MyPair > | PairList |
Functions | |
int | main (int argc, char **argv) |
void | parseEntry (PairList &list, xmlNodePtr cur, int base) |
Variables | |
static KCmdLineOptions | options [] |
int | xmlLoadExtDtdDefaultValue |
Typedef Documentation
typedef QValueList<MyPair> PairList |
Definition at line 38 of file meinproc.cpp.
Function Documentation
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 90 of file meinproc.cpp.
void parseEntry | ( | PairList & | list, | |
xmlNodePtr | cur, | |||
int | base | |||
) |
Definition at line 40 of file meinproc.cpp.
Variable Documentation
KCmdLineOptions options[] [static] |
Initial value:
{ { "stylesheet <xsl>", I18N_NOOP( "Stylesheet to use" ), 0 }, { "stdout", I18N_NOOP( "Output whole document to stdout" ), 0 }, { "o", 0, 0 }, { "output <file>", I18N_NOOP("Output whole document to file" ), 0 }, { "htdig", I18N_NOOP( "Create a ht://dig compatible index" ), 0 }, { "check", I18N_NOOP( "Check the document for validity" ), 0 }, { "cache <file>", I18N_NOOP( "Create a cache file for the document" ), 0}, { "srcdir <dir>", I18N_NOOP( "Set the srcdir, for kdelibs" ), 0}, { "param <key>=<value>", I18N_NOOP( "Parameters to pass to the stylesheet" ), 0}, { "+xml", I18N_NOOP("The file to transform"), 0}, KCmdLineLastOption }
Definition at line 72 of file meinproc.cpp.