Public Member Functions | |
doc () | |
INSERT BRIEF DESCRIPTION HERE. | |
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. | |
getPage () | |
Gets the current SPage object. | |
translate ($si) | |
gets the desired translator and creates an XML object for translation. The helper translates into HTML, which is automatically appended to the page. If the resource source code is in snap, is will just pull the source. Otherwise, it parses the root tag to find out what kind of resource it is (if there is no root tag it isn't happy). If the translation helper doesn't submit all the output to the page for it, it submits it itself (as in the case of XML Resources). |
STransStdXML3::doc | ( | ) |
INSERT BRIEF DESCRIPTION HERE.
INSERT FULL DESCRIPTION HERE
Reimplemented from STransXML.
STransStdXML3::getInFormat | ( | ) |
gets the desired input format (always XML). This will always return xml, because that is all this translator translates.
Reimplemented from STransXML.
STransStdXML3::getOutFormat | ( | ) |
the desired output format (always HTML). This will always return html, because that is all this translator can translate into.
Reimplemented from STransXML.
STransStdXML3::getPage | ( | ) |
STransStdXML3::translate | ( | $ | si | ) |
gets the desired translator and creates an XML object for translation. The helper translates into HTML, which is automatically appended to the page. If the resource source code is in snap, is will just pull the source. Otherwise, it parses the root tag to find out what kind of resource it is (if there is no root tag it isn't happy). If the translation helper doesn't submit all the output to the page for it, it submits it itself (as in the case of XML Resources).
$si | [SInput]: |
Reimplemented from STransXML.