Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php26 use DOMNodeList; alias
400 * @var DOMNodeList $nodes
402 * @var DOMNodeList $nodes
429 $DOMNodeList = $xpath->query("namespace::*", $this->getDomDocument()->ownerDocument);
430 foreach ($DOMNodeList as $node) {
452 $DOMNodeList = $xpath->query('namespace::*', $this->getDomDocument()->ownerDocument);
454 foreach ($DOMNodeList as $node) {
473 * @return DOMNodeList
480 function xpath($query, DOMElement $contextNode = null): DOMNodeList
631 // $DOMNodeList
[all...]
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutResponse.php220 * @return DOMNodeList The queried node
H A DUtils.php929 * @return DOMNodeList The queried nodes
H A DResponse.php1015 * @return DOMNodeList The queried node
1066 * @return DOMNodeList The queried nodes
/plugin/scrape/
H A DphpQuery-onefile.php