# File lib/mofo/xoxo.rb, line 16
  def self.find_every(doc)
    doc.map { |child| build_tree(child) }
  end