|
eZ Publish
[4.2]
|
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 32 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::callOutputHandler | ( | $ | handlerName, |
| $ | element, | ||
| &$ | params, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 307 of file ezsimplifiedxmleditoutput.php.
Referenced by outputTag().
| eZSimplifiedXMLEditOutput::createLinksArray | ( | $ | dom | ) |
Helper function to prepare links array
Definition at line 497 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 479 of file ezsimplifiedxmleditoutput.php.
Referenced by outputEmbed(), and outputLink().
| eZSimplifiedXMLEditOutput::formatAfterClosingTag | ( | $ | element, |
| $ | isInline, | ||
| $ | hasChildren | ||
| ) |
Definition at line 281 of file ezsimplifiedxmleditoutput.php.
Referenced by outputTag().
| eZSimplifiedXMLEditOutput::formatAfterOpeningTag | ( | $ | element, |
| $ | isInline, | ||
| $ | hasChildren | ||
| ) |
Definition at line 235 of file ezsimplifiedxmleditoutput.php.
Referenced by outputTag().
| eZSimplifiedXMLEditOutput::formatBeforeClosingTag | ( | $ | element, |
| $ | isInline, | ||
| $ | hasChildren | ||
| ) |
Definition at line 256 of file ezsimplifiedxmleditoutput.php.
Referenced by outputTag().
| eZSimplifiedXMLEditOutput::formatBeforeOpeningTag | ( | $ | element, |
| $ | isInline, | ||
| $ | hasChildren | ||
| ) |
Definition at line 223 of file ezsimplifiedxmleditoutput.php.
Referenced by outputTag().
| eZSimplifiedXMLEditOutput::outputEmbed | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 405 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::outputHeader | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 358 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::outputLine | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 394 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::outputLink | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 439 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::outputObject | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 424 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::outputParagraph | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 365 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::outputSection | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 329 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::outputTag | ( | $ | element, |
| $ | sectionLevel | ||
| ) |
Definition at line 105 of file ezsimplifiedxmleditoutput.php.
Referenced by performOutput().
| eZSimplifiedXMLEditOutput::outputTd | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 349 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::outputText | ( | $ | element, |
| &$ | attributes, | ||
| &$ | sectionLevel | ||
| ) |
Definition at line 337 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::performOutput | ( | $ | dom | ) |
Definition at line 91 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::$LinkArray = array() |
Definition at line 540 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::$NestingLevel = 0 |
Definition at line 537 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::$Output = '' |
Definition at line 536 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::$OutputTags |
Definition at line 34 of file ezsimplifiedxmleditoutput.php.
| eZSimplifiedXMLEditOutput::$XMLSchema |
Definition at line 535 of file ezsimplifiedxmleditoutput.php.