class XSD::XMLParser::Nokogiri

def end_element name

Handle the end_element event with +name+
##
def end_element name
  super
end