Home
last modified time | relevance | path

Searched refs:xpath (Results 1 – 5 of 5) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php88 $xpath = new \DOMXpath($doc);
93 $result = $xpath->query($query);
H A DSanitize.php372 $xpath = new \DOMXPath($document);
376 $comments = $xpath->query('//comment()');
388 $this->strip_tag($tag, $document, $xpath, $type);
394 $this->rename_attr($attrib, $xpath);
400 $this->strip_attr($attrib, $xpath);
536 protected function strip_tag($tag, $document, $xpath, $type) argument
538 $elements = $xpath->query('body//' . $tag);
604 protected function strip_attr($attrib, $xpath) argument
606 $elements = $xpath->query('//*[@' . $attrib . ']');
613 protected function rename_attr($attrib, $xpath) argument
[all...]
H A DSimplePie.php1842 $xpath = new \DOMXpath($doc);
1847 $result = $xpath->query($query);
H A DLocator.php291 $xpath = new \DOMXpath($this->dom);
293 foreach ($xpath->query($query) as $link) {
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md202 * Switched from regex to xpath for microformats discovery. [#536](https://github.com/simplepie/simplepie/pull/536)