# File lib/jabber4r/protocol.rb, line 887
      def initialize(tag, attributes={})
        @tag = tag
        @elements = []
        @attributes = attributes
        @data = ""
      end