Python xml.sax Functions
EditRocket provides the following information on xml.sax functions in the Python source code builder.
make_parser([parser_list]) - Create and return a SAX XMLReader object.
parse(filename_or_stream, handler[, error_handler]) - Create a SAX parser and use it to parse a document.
parseString(string, handler[, error_handler]) - Similar to parse(), but parses from a buffer string received as a parameter.