id = $id; $this->parentId = $parentId; $this->namespace = $namespace; $this->name = $name; $this->attrs = $attrs; $this->void = $void; } /** * Get a string identifying the node, for use in debugging. * @return string */ public function getDebugTag() { return $this->name . '#' . $this->id; } }