
Public Member Functions | |
| doc () | |
| returns a brief description of this class. | |
| getInFormat () | |
| returns the desired input type | |
| getOutFormat () | |
| returns the output type | |
| transformJournalXML ($si, $input) | |
| Processes some given XML through an XSL file. | |
| translate ($si) | |
| Translates the XSL into html. | |
Definition at line 7 of file STransXSL.php5.
| STransXSL::doc | ( | ) |
returns a brief description of this class.
Reimplemented from STrans.
Definition at line 13 of file STransXSL.php5.
| STransXSL::getInFormat | ( | ) |
returns the desired input type
Reimplemented from STrans.
Definition at line 26 of file STransXSL.php5.
| STransXSL::getOutFormat | ( | ) |
returns the output type
Reimplemented from STrans.
Definition at line 34 of file STransXSL.php5.
| STransXSL::transformJournalXML | ( | $ | si, | |
| $ | input | |||
| ) |
Processes some given XML through an XSL file.
| $si | [SInput]: the current SInput object being translated. | |
| $input | [string]: the XML being processed. |
Definition at line 58 of file STransXSL.php5.
Referenced by translate().
| STransXSL::translate | ( | $ | si | ) |
Translates the XSL into html.
Reimplemented from STrans.
Definition at line 43 of file STransXSL.php5.
References STrans::sendToTarget(), and transformJournalXML().
1.5.6