class Nokogiri::XML::SAX::Document

def start_element name, attrs = []

+name+ is the name of the tag with +attrs+ as attributes
Called at the beginning of an element
##
def start_element name, attrs = []
end