[ 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: | 127 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
getAttributes(DOMElement $element) X-Ref |
Retrieve a list of attributes from given element return: array NamespaceURI#nodeName as keys, attribute values as values |
getBranches() X-Ref |
Return a list the xsl:when and xsl:otherwise children of current xsl:choose element return: DOMElement[] |
hasOtherwise() X-Ref |
Test whether current xsl:choose element has an xsl:otherwise child return: bool |
isEmpty() X-Ref |
Test whether current xsl:choose element has no content besides xsl:when and xsl:otherwise return: bool |
isEqualNode(DOMNode $node1, DOMNode $node2) X-Ref |
Test whether two nodes are identical ext/dom does not support isEqualNode() from DOM Level 3 so this is a makeshift replacement. Unlike the DOM 3 function, attributes order matters param: DOMNode $node1 param: DOMNode $node2 return: bool |
isEqualTag(DOMElement $el1, DOMElement $el2) X-Ref |
Test whether two elements have the same start tag param: DOMElement $el1 param: DOMElement $el2 return: bool |
normalizeElement(DOMElement $element) X-Ref |
{@inheritdoc} |
reset() X-Ref |
{@inheritdoc} |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |