class Herb::AST::HTMLOpenTagNode
def initialize(type, location, errors, tag_opening, tag_name, tag_closing, children, is_void)
def initialize(type, location, errors, tag_opening, tag_name, tag_closing, children, is_void) super(type, location, errors) @tag_opening = tag_opening @tag_name = tag_name @tag_closing = tag_closing @children = children @is_void = is_void end