module Hpricot::Traverse
def swap(html = nil, &blk)
Replace this element and its contents with the nodes contained
def swap(html = nil, &blk) parent.altered! parent.replace_child(self, make(html, &blk)) end
def swap(html = nil, &blk) parent.altered! parent.replace_child(self, make(html, &blk)) end