module Hpricot::Container::Trav

def containers

aren't text, comment, doctype or processing instruction nodes.
nodes. This is a good way to get all HTML elements which
Return all children of this node which can contain other
def containers
  children.grep(Container::Trav)
end