class Nokogiri::XML::SAX::Document
def end_element_namespace(name, prefix = nil, uri = nil)
+prefix+ is the namespace prefix associated with the element
+name+ is the element's name
Called at the end of an element
##
def end_element_namespace(name, prefix = nil, uri = nil) ### # Deal with SAX v1 interface end_element([prefix, name].compact.join(":")) end