| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (c) 2010-2022 The s9e authors |
| License: | http://www.opensource.org/licenses/mit-license.php The MIT License |
| File Size: | 325 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| __sleep() X-Ref |
| Render given DOMNode param: DOMNode $node return: void |
| at(DOMNode $root, $query = null) X-Ref |
| Render the content of given node Matches the behaviour of an xsl:apply-templates element param: DOMNode $root Context node param: string $query XPath query used to filter which child nodes to render return: void |
| canQuickRender($xml) X-Ref |
| Test whether given XML can be rendered with the Quick renderer param: string $xml return: bool |
| checkTagPairContent($id, $xml) X-Ref |
| Ensure that a tag pair does not contain a start tag of itself Detects malformed matches such as <X><X></X> param: string $id param: string $xml return: void |
| getParamAsXPath($paramName) X-Ref |
| Return a parameter's value as an XPath expression param: string $paramName return: string |
| getQuickTextContent($xml) X-Ref |
| Extract the text content from given XML NOTE: numeric character entities are decoded beforehand, we don't need to decode them here param: string $xml Original XML return: string Text content, with special characters decoded |
| hasNonNullValues(array $array) X-Ref |
| Test whether given array has any non-null values param: array $array return: bool |
| matchAttributes($xml) X-Ref |
| Capture and return the attributes of an XML element NOTE: XML character entities are left as-is param: string $xml Element in XML form return: array Dictionary of [attrName => attrValue] |
| renderQuick($xml) X-Ref |
| Render an intermediate representation using the Quick renderer param: string $xml Intermediate representation return: string |
| renderQuickCallback(array $m) X-Ref |
| Render a string matched by the Quick renderer This stub should be overwritten by generated renderers param: string[] $m return: string |
| renderQuickSelfClosingTag(array $m) X-Ref |
| Render a self-closing tag using the Quick renderer param: string[] $m return: string |
| renderQuickTemplate($id, $xml) X-Ref |
| Render a string matched by the Quick renderer using a generated PHP template This stub should be overwritten by generated renderers param: integer $id Tag's ID (tag name optionally preceded by a slash) param: string $xml Tag's XML or tag pair's XML including their content return: string Rendered template |
| renderRichText($xml) X-Ref |
| {@inheritdoc} |
| reset() X-Ref |
| Reset object properties that are populated during rendering return: void |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |