This method is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.
on_stag_end_empty(name)
def on_attribute_end(name); end
# File lib/xsd/xmlparser/xmlscanner.rb, line 133 def on_stag_end_empty(name) on_stag_end(name) on_etag(name) end