class REXML::Parent

def unshift( object )

def unshift( object )
  object.parent = self
  @children.unshift object
end