class Hpricot::Doc

def output(out, opts = {})

def output(out, opts = {})
  children.each do |n|
    n.output(out, opts)
  end if children
  out
end