|
eZ Publish
[trunk]
|
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) | |
| leavingHandlerTable ($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) |
Protected Attributes | |
| $SectionLevelStack = array() | |
Definition at line 11 of file ezxhtmlxmloutput.php.
| static eZXHTMLXMLOutput::childTagCount | ( | DOMElement $ | parent | ) | [static, protected] |
Definition at line 537 of file ezxhtmlxmloutput.php.
Referenced by initHandlerTable(), and initHandlerTr().
| eZXHTMLXMLOutput::eZXHTMLXMLOutput | ( | &$ | xmlData, |
| $ | aliasedType, | ||
| $ | contentObjectAttribute = null |
||
| ) |
Definition at line 128 of file ezxhtmlxmloutput.php.
Referenced by eZPDFXMLOutput\eZPDFXMLOutput().
| eZXHTMLXMLOutput::initHandlerCustom | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Definition at line 475 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::initHandlerEmbed | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Definition at line 263 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::initHandlerHeader | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Definition at line 159 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::initHandlerLink | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Definition at line 187 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::initHandlerSection | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Definition at line 137 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::initHandlerTable | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Reimplemented in eZPDFXMLOutput.
Definition at line 380 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::initHandlerTd | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Definition at line 439 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::initHandlerTr | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Definition at line 413 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::leavingHandlerTable | ( | $ | element, |
| &$ | attributes, | ||
| &$ | siblingParams, | ||
| &$ | parentParams | ||
| ) |
Definition at line 406 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::renderChildrenOnly | ( | $ | element, |
| $ | childrenOutput, | ||
| $ | vars | ||
| ) |
Definition at line 635 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::renderCustom | ( | $ | element, |
| $ | childrenOutput, | ||
| $ | vars | ||
| ) |
Definition at line 622 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::renderInline | ( | $ | element, |
| $ | childrenOutput, | ||
| $ | vars | ||
| ) |
Definition at line 547 of file ezxhtmlxmloutput.php.
Referenced by renderCustom().
| eZXHTMLXMLOutput::renderLine | ( | $ | element, |
| $ | childrenOutput, | ||
| $ | vars | ||
| ) |
Definition at line 577 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::renderParagraph | ( | $ | element, |
| $ | childrenOutput, | ||
| $ | vars | ||
| ) |
Definition at line 483 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::renderText | ( | $ | element, |
| $ | childrenOutput, | ||
| $ | vars | ||
| ) |
Definition at line 646 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::$HeaderCount = array() |
Definition at line 682 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::$LinkParameters = array() |
Array of parameters for rendering tags that are children of 'link' tag.
Definition at line 680 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::$OutputTags |
Reimplemented from eZXMLOutputHandler.
Definition at line 14 of file ezxhtmlxmloutput.php.
| eZXHTMLXMLOutput::$RenderParagraphInTableCells = true |
Definition at line 690 of file ezxhtmlxmloutput.php.
eZXHTMLXMLOutput::$SectionLevelStack = array() [protected] |
Definition at line 688 of file ezxhtmlxmloutput.php.