filters

XSLTProc Class Reference

List of all members.

Detailed Description

Definition at line 35 of file export/xsltproc.h.


Public Member Functions

 XSLTProc (const char *fileIn, const char *fileOut, const char *stylesheet)
 XSLTProc (QString fileIn, QString fileOut, QString stylesheet)
virtual ~XSLTProc ()
void addParam (QString name, QString value)
int parse ()
 XSLTProc (const char *fileIn, const char *fileOut, const char *stylesheet)
 XSLTProc (QString fileIn, QString fileOut, QString stylesheet)
virtual ~XSLTProc ()
void addParam (QString name, QString value)
int parse ()

Constructor & Destructor Documentation

XSLTProc::XSLTProc const char *  fileIn,
const char *  fileOut,
const char *  stylesheet
 

Create a new xslt processor.

Parameters:
fileIn file to parse.
fileOut file to generate.
stylesheet xsl file to convert fileIn in fileOut.

virtual XSLTProc::~XSLTProc  )  [inline, virtual]
 

Destroy the processor.

Definition at line 62 of file export/xsltproc.h.

XSLTProc::XSLTProc const char *  fileIn,
const char *  fileOut,
const char *  stylesheet
 

Create a new xslt processor.

Parameters:
fileIn file to parse.
fileOut file to generate.
stylesheet xsl file to convert fileIn in fileOut.

virtual XSLTProc::~XSLTProc  )  [inline, virtual]
 

Destroy the processor.

Definition at line 62 of file import/xsltproc.h.


Member Function Documentation

int XSLTProc::parse  ) 
 

Process fileIn through the stylesheet.

Returns:
return 0 if no error occurred

int XSLTProc::parse  ) 
 

Process fileIn through the stylesheet.

Returns:
return 0 if no error occurred

Definition at line 217 of file export/xsltproc.cc.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys