# File lib/sax-machine/handlers/sax_oga_handler.rb, line 12
    def sax_parse(xml_input)
      Oga.sax_parse_xml(self, xml_input)
    rescue LL::ParserError => e
      on_error(e.message)
    end