class HTML::Document

def find(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) the first node that matches the given
def find(conditions)
  @root.find(conditions)
end