class Herb::AST::HTMLDoctypeNode

def initialize(type, location, errors, tag_opening, children, tag_closing)

def initialize(type, location, errors, tag_opening, children, tag_closing)
  super(type, location, errors)
  @tag_opening = tag_opening
  @children = children
  @tag_closing = tag_closing
end