Searched refs:sigNode (Results 1 – 2 of 2) sorted by relevance
539 public $sigNode = null; variable in XMLSecurityDSig554 $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 …]