Lines Matching refs:parser
19 expatreader -- Driver that allows use of the Expat parser with SAX.
30 parser = make_parser()
31 parser.setContentHandler(handler)
32 parser.setErrorHandler(errorHandler)
33 parser.parse(source)
39 parser = make_parser()
40 parser.setContentHandler(handler)
41 parser.setErrorHandler(errorHandler)
48 parser.parse(inpsrc)
50 # this is the parser list used by the make_parser function if no
65 _key = "python.xml.sax.parser"
71 """Creates and returns a SAX parser.
73 Creates the first parser it is able to instantiate of the ones
76 modules containing both a SAX parser and a create_parser function."""
84 # The parser module was found, but importing it
88 # The parser module detected that it won't work properly,