Home
last modified time | relevance | path

Searched refs:arXPath (Results 1 – 1 of 1) sorted by relevance

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php638 private function canonicalizeData($node, $canonicalmethod, $arXPath=null, $prefixList=null) { argument
658 …if (is_null($arXPath) && ($node instanceof DOMNode) && ($node->ownerDocument !== null) && $node->i…
672 return $node->C14N($exclusive, $withComments, $arXPath, $prefixList);
799 $arXPath = array();
800 … $arXPath['query'] = '(.//. | .//@* | .//namespace::*)['.$node->nodeValue.']';
801 $arXPath['namespaces'] = array();
805 $arXPath['namespaces'][$nsnode->localName] = $nsnode->nodeValue;
816 $data = $this->canonicalizeData($objData, $canonicalMethod, $arXPath, $prefixList);