xml.sax.make_parser()
¶
-
xml.sax.
make_parser
(parser_list=[])[source]¶ Creates and returns a SAX parser.
Creates the first parser it is able to instantiate of the ones given in the list created by doing parser_list + default_parser_list. The lists must contain the names of Python modules containing both a SAX parser and a create_parser function.