# File lib/xsd/xmlparser/xmlscanner.rb, line 133
  def on_stag_end_empty(name)
    on_stag_end(name)
    on_etag(name)
  end