Searched refs:arXPath (Results 1 – 2 of 2) sorted by relevance
/plugin/saml/phpsaml/extlib/xmlseclibs/ |
D | xmlseclibs.php | 638 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);
|
/plugin/adfs/phpsaml/extlib/xmlseclibs/ |
D | xmlseclibs.php | 638 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);
|