Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php539 public $sigNode = null; variable in XMLSecurityDSig
554 $this->sigNode = $sigdoc->documentElement;
591 $this->sigNode = $nodeset->item($pos);
597 return $this->sigNode;
603 $doc = $this->sigNode->ownerDocument;
677 $doc = $this->sigNode->ownerDocument;
913 $this->sigNode->parentNode->removeChild($this->sigNode);
1035 $this->sigNode->appendChild($objNode);
1055 $node = $this->sigNode;
1078 $doc = $this->sigNode->ownerDocument;
[all …]