STransStdXML Class Reference
[Translators]

doc More...

Inheritance diagram for STransStdXML:

Inheritance graph
[legend]

List of all members.

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.


Detailed Description

doc

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.


Member Function Documentation

STransStdXML::doc (  ) 

Returns a brief description of this class.

Returns:
[string]: A brief description of this class.

Reimplemented from STransXML.

STransStdXML::getInFormat (  ) 

gets the desired input format (always XML). This will always return xml, because that is all this translator translates.

Returns:
[string]: the string 'xml'.

Reimplemented from STransXML.

STransStdXML::getOutFormat (  ) 

the desired output format (always HTML). This will always return html, because that is all this translator can translate into.

Returns:
[string]: the string 'html'.

Reimplemented from STransXML.

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.

Parameters:
$si [SInput]: the SInput object being translated.

Reimplemented from STransXML.


The documentation for this class was generated from the following file:

Generated on Wed Nov 24 02:03:54 2010 for Common by  doxygen 1.5.6