# File lib/html5/treebuilders/base.rb, line 26
        def initialize(name)
          @parent     = nil
          @childNodes = []
          @_flags     = []
        end