class HTML::Document

def find_all(conditions)

types, see HTML::Text#find and HTML::Tag#find.
conditions. The conditions are interpreted differently for different node
Search the tree for (and return) all nodes that match the given
def find_all(conditions)
  @root.find_all(conditions)
end