# File TagTreeScanner.rb, line 355
                def initialize( tag_name, attributes={} )
                        @tag_name = tag_name
                        @child_tags = [ ]
                        @attributes = attributes
                        @info = {}
                end