class Nokogiri::XML::SAX::Document

def start_element(name, attrs = [])

[ ["xmlns:foo", "http://sample.net"], ["size", "large"] ]
* +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