
Public Member Functions | |
| doc () | |
| returns a brief description of this class | |
| translate ($si) | |
| Translates the NavXML resource into html. | |
Protected Member Functions | |
| createSearchBox ($xml) | |
| Reads the search bar section of the xml and creates a search box (if necessary). Like almost all the translator functions, this inputs its results directly into PageRender. | |
| formatNavBrowseHtml ($navXml, $si) | |
| Translates all the XML for the "Browse" menu. | |
| formatNavJumpToHtml ($navXml, $si) | |
| Translates all the XML for the "Jump To" menu. | |
| formatNavLocHtml ($navXml) | |
| Translates all the XML for the "Breadcrumbs Trail". | |
STransNavXML translates a NavXML string to generate all the navigation elements of your page ---the breadcrumbs and the jump-to, browse, and search controls.
| STransNavXML::createSearchBox | ( | $ | xml | ) | [protected] |
Reads the search bar section of the xml and creates a search box (if necessary). Like almost all the translator functions, this inputs its results directly into PageRender.
| $xml | [SimpleXMLObject]: The xml being translated. |
| STransNavXML::doc | ( | ) |
returns a brief description of this class
Reimplemented from STransXML.
| STransNavXML::formatNavBrowseHtml | ( | $ | navXml, | |
| $ | si | |||
| ) | [protected] |
| STransNavXML::formatNavJumpToHtml | ( | $ | navXml, | |
| $ | si | |||
| ) | [protected] |
| STransNavXML::formatNavLocHtml | ( | $ | navXml | ) | [protected] |
Translates all the XML for the "Breadcrumbs Trail".
| $navXml | [SimpleXMLObject]: The (entire) XML object being translated (Not just the breadcrumb tags, though the name may seem to imply that). |
| STransNavXML::translate | ( | $ | si | ) |
1.5.6