예제 #1
0
 /**
  * @param Node\HashNode $node
  *
  * @return XPathExpr
  */
 public function translateHash(Node\HashNode $node)
 {
     $xpath = $this->translator->nodeToXPath($node->getSelector());
     return $this->translator->addAttributeMatching($xpath, '=', '@id', $node->getId());
 }