public function accept(NodeVisitorInterface $visitor)
 {
     $visitor->enterDoctype($this);
     $visitor->leaveDoctype($this);
 }