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