[ 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: | 74 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
appendElement(DOMElement $parentNode, $name, $value = '') X-Ref |
Create and append an element to given node in the IR param: DOMElement $parentNode Parent node of the element param: string $name Tag name of the element param: string $value Value of the element return: DOMElement The created element |
createXPath(DOMDocument $dom) X-Ref |
Create and store an instance of DOMXPath for given document param: DOMDocument $dom return: void |
evaluate($expr, DOMNode $node = null) X-Ref |
Evaluate an XPath expression and return its result param: string $expr XPath expression param: DOMNode $node Context node return: mixed |
query($query, DOMNode $node = null) X-Ref |
Run an XPath query and return its result param: string $query XPath query param: DOMNode $node Context node return: \DOMNodeList |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |