|
eZ Publish
[trunk]
|
Public Member Functions | |
| callOutputHandler ($handlerName, $element, &$params, &$sectionLevel) | |
| createLinksArray ($dom) | |
| formatAfterClosingTag ($element, $isInline, $hasChildren) | |
| formatAfterOpeningTag ($element, $isInline, $hasChildren) | |
| formatBeforeClosingTag ($element, $isInline, $hasChildren) | |
| formatBeforeOpeningTag ($element, $isInline, $hasChildren) | |
| outputEmbed ($element, &$attributes, &$sectionLevel) | |
| outputHeader ($element, &$attributes, &$sectionLevel) | |
| outputLine ($element, &$attributes, &$sectionLevel) | |
| outputLink ($element, &$attributes, &$sectionLevel) | |
| outputObject ($element, &$attributes, &$sectionLevel) | |
| outputParagraph ($element, &$attributes, &$sectionLevel) | |
| outputSection ($element, &$attributes, &$sectionLevel) | |
| outputTag ($element, $sectionLevel) | |
| outputTd ($element, &$attributes, &$sectionLevel) | |
| outputText ($element, &$attributes, &$sectionLevel) | |
| performOutput ($dom) | |
Static Public Member Functions | |
| static | eznodeHref ($nodeID, $showPath) |
Public Attributes | |
| $LinkArray = array() | |
| $NestingLevel = 0 | |
| $Output = '' | |
| $OutputTags | |
| $XMLSchema | |
Definition at line 12 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::callOutputHandler | ( | $ | handlerName, |
| $ | element, | ||
| &$ | params, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 287 of file ezsimplifiedxmleditoutput.php.
Referenced by outputTag().
Helper function to prepare links array
Definition at line 478 of file ezsimplifiedxmleditoutput.php.
Referenced by performOutput().
| static eZSimplifiedXMLEditOutput::eznodeHref | ( | $ | nodeID, |
| $ | showPath | ||
| ) | [static] |
Helper function to generate the href attribute value for the eznode:// protocol
Definition at line 460 of file ezsimplifiedxmleditoutput.php.
Referenced by outputEmbed(), and outputLink().
| eZSimplifiedXMLEditOutput::formatAfterClosingTag | ( | $ | element, |
| $ | isInline, | ||
| $ | hasChildren | ||
| ) |
Definition at line 261 of file ezsimplifiedxmleditoutput.php.
Referenced by outputTag().
| eZSimplifiedXMLEditOutput::formatAfterOpeningTag | ( | $ | element, |
| $ | isInline, | ||
| $ | hasChildren | ||
| ) |
Definition at line 215 of file ezsimplifiedxmleditoutput.php.
Referenced by outputTag().
| eZSimplifiedXMLEditOutput::formatBeforeClosingTag | ( | $ | element, |
| $ | isInline, | ||
| $ | hasChildren | ||
| ) |
Definition at line 236 of file ezsimplifiedxmleditoutput.php.
Referenced by outputTag().
| eZSimplifiedXMLEditOutput::formatBeforeOpeningTag | ( | $ | element, |
| $ | isInline, | ||
| $ | hasChildren | ||
| ) |
Definition at line 203 of file ezsimplifiedxmleditoutput.php.
Referenced by outputTag().
| eZSimplifiedXMLEditOutput::outputEmbed | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 386 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::outputHeader | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 339 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::outputLine | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 375 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::outputLink | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 420 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::outputObject | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 405 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::outputParagraph | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 346 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::outputSection | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 309 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::outputTag | ( | $ | element, |
| $ | sectionLevel | ||
| ) |
Definition at line 85 of file ezsimplifiedxmleditoutput.php.
Referenced by performOutput().
| eZSimplifiedXMLEditOutput::outputTd | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 330 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::outputText | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 317 of file ezsimplifiedxmleditoutput.php.
Definition at line 71 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::$LinkArray = array() |
Definition at line 521 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::$NestingLevel = 0 |
Definition at line 518 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::$Output = '' |
Definition at line 517 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::$OutputTags |
Definition at line 14 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::$XMLSchema |
Definition at line 516 of file ezsimplifiedxmleditoutput.php.