/**
  * @param ProcessingNode $other
  * @return bool
  */
 public function sameNodeAs(ProcessingNode $other)
 {
     return $this->nodeName()->equals($other->nodeName());
 }