Public Member Functions | |
| highLight_DS ($str) | |
| highLight_DS_markUpRecursively ($struct, $parent='', $app='') | |
| highLight_FF ($str) | |
| highLight_FF_markUpRecursively ($struct, $parent='', $app='') | |
| getAllTags ($str) | |
| splitXMLbyTags ($tagList, $str) | |
Public Attributes | |
| $htmlParse | |
| $DS_wrapTags | |
| $FF_wrapTags | |
Definition at line 84 of file class.t3lib_syntaxhl.php.
| t3lib_syntaxhl::highLight_DS | ( | $ | str | ) |
Makes syntax highlighting of a Data Structure, <T3DataStructure>
| string | Data Structure XML, must be valid since it's parsed. |
tags
Definition at line 156 of file class.t3lib_syntaxhl.php.
| t3lib_syntaxhl::highLight_DS_markUpRecursively | ( | $ | struct, | |
| $ | parent = '', |
|||
| $ | app = '' | |||
| ) |
Making syntax highlighting of the parsed Data Structure XML. Called recursively.
| array | The structure, see splitXMLbyTags() | |
| string | Parent tag. | |
| string | "Application" - used to denote if we are 'inside' a section |
Definition at line 183 of file class.t3lib_syntaxhl.php.
| t3lib_syntaxhl::highLight_FF | ( | $ | str | ) |
Makes syntax highlighting of a FlexForm Data, <T3FlexForms>
| string | Data Structure XML, must be valid since it's parsed. |
tags
Definition at line 268 of file class.t3lib_syntaxhl.php.
| t3lib_syntaxhl::highLight_FF_markUpRecursively | ( | $ | struct, | |
| $ | parent = '', |
|||
| $ | app = '' | |||
| ) |
Making syntax highlighting of the parsed FlexForm XML. Called recursively.
| array | The structure, see splitXMLbyTags() | |
| string | Parent tag. | |
| string | "Application" - used to denote if we are 'inside' a section |
Definition at line 295 of file class.t3lib_syntaxhl.php.
| t3lib_syntaxhl::getAllTags | ( | $ | str | ) |
Returning all tag names found in XML/HTML input string
| string | HTML/XML input |
Definition at line 376 of file class.t3lib_syntaxhl.php.
| t3lib_syntaxhl::splitXMLbyTags | ( | $ | tagList, | |
| $ | str | |||
| ) |
Splitting the input source by the tags listing in $tagList. Called recursively.
| string | Commalist of tags to split source by (into blocks, ALL being block-tags!) | |
| string | Input string. |
Definition at line 407 of file class.t3lib_syntaxhl.php.