Ejemplo n.º 1
0
 /**
  * @param ProcessingNode $other
  * @return bool
  */
 public function sameNodeAs(ProcessingNode $other)
 {
     return $this->nodeName()->equals($other->nodeName());
 }