|
eZ Publish
[4.2]
|
Inheritance diagram for eZXHTMLXMLOutput:
Collaboration diagram for eZXHTMLXMLOutput:Public Member Functions | |
| eZXHTMLXMLOutput (&$xmlData, $aliasedType, $contentObjectAttribute=null) | |
| initHandlerCustom ($element, &$attributes, &$siblingParams, &$parentParams) | |
| initHandlerEmbed ($element, &$attributes, &$siblingParams, &$parentParams) | |
| initHandlerHeader ($element, &$attributes, &$siblingParams, &$parentParams) | |
| initHandlerLink ($element, &$attributes, &$siblingParams, &$parentParams) | |
| initHandlerSection ($element, &$attributes, &$siblingParams, &$parentParams) | |
| initHandlerTable ($element, &$attributes, &$siblingParams, &$parentParams) | |
| initHandlerTd ($element, &$attributes, &$siblingParams, &$parentParams) | |
| initHandlerTr ($element, &$attributes, &$siblingParams, &$parentParams) | |
| renderChildrenOnly ($element, $childrenOutput, $vars) | |
| renderCustom ($element, $childrenOutput, $vars) | |
| renderInline ($element, $childrenOutput, $vars) | |
| renderLine ($element, $childrenOutput, $vars) | |
| renderParagraph ($element, $childrenOutput, $vars) | |
| renderText ($element, $childrenOutput, $vars) | |
Public Attributes | |
| $HeaderCount = array() | |
| $LinkParameters = array() | |
| Array of parameters for rendering tags that are children of 'link' tag. | |
| $OutputTags | |
| $RenderParagraphInTableCells = true | |
Static Protected Member Functions | |
| static | childTagCount (DOMElement $parent) |
Definition at line 32 of file ezxhtmlxmloutput.php.
| static eZXHTMLXMLOutput::childTagCount | ( | DOMElement $ | parent | ) | [static, protected] |
Definition at line 482 of file ezxhtmlxmloutput.php.
Referenced by initHandlerTable(), and initHandlerTr().
| eZXHTMLXMLOutput::eZXHTMLXMLOutput | ( | &$ | xmlData, |
| $ | aliasedType, | ||
| $ | contentObjectAttribute = null |
||
| ) |
Definition at line 148 of file ezxhtmlxmloutput.php.
Referenced by eZPDFXMLOutput\eZPDFXMLOutput().
| eZXHTMLXMLOutput::initHandlerCustom | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Definition at line 422 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::initHandlerEmbed | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Definition at line 283 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::initHandlerHeader | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Definition at line 179 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::initHandlerLink | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Definition at line 207 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::initHandlerSection | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Definition at line 157 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::initHandlerTable | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Reimplemented in eZPDFXMLOutput.
Definition at line 369 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::initHandlerTd | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Definition at line 410 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::initHandlerTr | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Definition at line 390 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::renderChildrenOnly | ( | $ | element, |
| $ | childrenOutput, | ||
| $ | vars | ||
| ) |
Definition at line 579 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::renderCustom | ( | $ | element, |
| $ | childrenOutput, | ||
| $ | vars | ||
| ) |
Definition at line 566 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::renderInline | ( | $ | element, |
| $ | childrenOutput, | ||
| $ | vars | ||
| ) |
Definition at line 492 of file ezxhtmlxmloutput.php.
Referenced by renderCustom().
| eZXHTMLXMLOutput::renderLine | ( | $ | element, |
| $ | childrenOutput, | ||
| $ | vars | ||
| ) |
Definition at line 521 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::renderParagraph | ( | $ | element, |
| $ | childrenOutput, | ||
| $ | vars | ||
| ) |
Definition at line 430 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::renderText | ( | $ | element, |
| $ | childrenOutput, | ||
| $ | vars | ||
| ) |
Definition at line 590 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::$HeaderCount = array() |
Definition at line 618 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::$LinkParameters = array() |
Array of parameters for rendering tags that are children of 'link' tag.
Definition at line 616 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::$OutputTags |
Reimplemented from eZXMLOutputHandler.
Definition at line 35 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::$RenderParagraphInTableCells = true |
Definition at line 620 of file ezxhtmlxmloutput.php.