# File htree/raw_string.rb, line 11
    def raw_string
      result = @stag.raw_string.dup
      @children.each {|n| result << n.raw_string }
      result << @etag.raw_string if @etag
      result
    end