Home
last modified time | relevance | path

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

/plugin/saml/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php539 public $sigNode = null; variable in XMLSecurityDSig
554 $this->sigNode = $sigdoc->documentElement;
562 if (empty($this->xPathCtx) && ! empty($this->sigNode)) {
563 $xpath = new DOMXPath($this->sigNode->ownerDocument);
591 $this->sigNode = $nodeset->item($pos);
593 $nodeset = $xpath->query($query, $this->sigNode);
597 return $this->sigNode;
603 $doc = $this->sigNode->ownerDocument;
625 $nodeset = $xpath->query($query, $this->sigNode);
677 $doc = $this->sigNode->ownerDocument;
[all …]
/plugin/adfs/phpsaml/extlib/xmlseclibs/
Dxmlseclibs.php539 public $sigNode = null; variable in XMLSecurityDSig
554 $this->sigNode = $sigdoc->documentElement;
562 if (empty($this->xPathCtx) && ! empty($this->sigNode)) {
563 $xpath = new DOMXPath($this->sigNode->ownerDocument);
591 $this->sigNode = $nodeset->item($pos);
593 $nodeset = $xpath->query($query, $this->sigNode);
597 return $this->sigNode;
603 $doc = $this->sigNode->ownerDocument;
625 $nodeset = $xpath->query($query, $this->sigNode);
677 $doc = $this->sigNode->ownerDocument;
[all …]