# File ./protocol.rb, line 1098 def add_child(tag) child = ParsedXMLElement.new(tag, self) @element_children[tag] = Array.new if not @element_children.has_key? tag @element_children[tag] << child return child end