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] |
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] |
Member Function Documentation
int XSLTProc::parse | ( | ) |
Process fileIn through the stylesheet.
- Returns:
- return 0 if no error occurred
Definition at line 217 of file export/xsltproc.cc.
int XSLTProc::parse | ( | ) |
Process fileIn through the stylesheet.
- Returns:
- return 0 if no error occurred
The documentation for this class was generated from the following files: