
Public Member Functions | |
| doc () | |
| Returns a brief description of this class. | |
| getInFormat () | |
| gets the desired input format (always XML). This will always return xml, because that is all this translator translates. | |
| getOutFormat () | |
| the desired output format (always HTML). This will always return html, because that is all this translator can translate into. | |
| translate ($si) | |
| Coordinates the actual translation from XML to HTML Gets an xml object from STransXML.php5 (its parent). Feeds the xml through the select XML helper functions section by section, appending the output to a collector variable. In the end, it sends the output off to the page object. | |
Protected Attributes | |
| $transHelperClass | |
The now out-dated XML translater. Translates XML into HTML (mostly). It is probably better to use STransStdXML3.php5 now, unless there is a good reason to use the old one.
Definition at line 16 of file STransStdXML.php5.
| STransStdXML::doc | ( | ) |
Returns a brief description of this class.
Reimplemented from STransXML.
Definition at line 26 of file STransStdXML.php5.
| STransStdXML::getInFormat | ( | ) |
gets the desired input format (always XML). This will always return xml, because that is all this translator translates.
Reimplemented from STransXML.
Definition at line 41 of file STransStdXML.php5.
| STransStdXML::getOutFormat | ( | ) |
the desired output format (always HTML). This will always return html, because that is all this translator can translate into.
Reimplemented from STransXML.
Definition at line 50 of file STransStdXML.php5.
| STransStdXML::translate | ( | $ | si | ) |
Coordinates the actual translation from XML to HTML Gets an xml object from STransXML.php5 (its parent). Feeds the xml through the select XML helper functions section by section, appending the output to a collector variable. In the end, it sends the output off to the page object.
Reimplemented from STransXML.
Definition at line 61 of file STransStdXML.php5.
References STrans::getOption(), SXMLHelper::parse(), and STrans::sendToTarget().
STransStdXML::$transHelperClass [protected] |
For internal use only.
the name of the Helper class used for most of the translation.
Reimplemented from STrans.
Definition at line 20 of file STransStdXML.php5.
1.5.6