class Nokogiri::XML::SAX::Document
def start_element(name, attrs = [])
* +attrs+ are an assoc list of namespaces and attributes, e.g.:
* +name+ is the name of the tag
Called at the beginning of an element
##
def start_element(name, attrs = []) end
def start_element(name, attrs = []) end