Пример #1
0
 public function visitElement(\DOMNode $domElement)
 {
     $domElement->nodeValue = $this->locator->locate($domElement->nodeValue);
 }