A utility function that returns a Parser object for a
non-validating XML parser. If parser is specified, it must be a
parser name; otherwise, a list of available parsers is checked and the
fastest one chosen.
An instance of the ParserFactory class that's already been
prepared with a list of HTML parsers. Simply call its
make_parser() method to get a Parser object.
An instance of the ParserFactory class that's already been
prepared with a list of SGML parsers. Simply call its
make_parser() method to get a parser object.
An instance of the ParserFactory class that's already been
prepared with a list of nonvalidating XML parsers. Simply call its
make_parser() method to get a parser object.
An instance of the ParserFactory class that's already been
prepared with a list of validating XML parsers. Simply call its
make_parser() method to get a parser object.
This class is an experimental extended parser interface, that offers
additional functionality that may be useful. However, it's not
specified by the SAX specification.