Lines Matching refs:parse
17 for document processing, and to initiate a document parse.
19 All SAX interfaces are assumed to be synchronous: the parse
30 def parse(self, source):
72 request a locale change in the middle of a parse."""
101 using the parse method.
104 is, after parse has been called and before it returns.
106 By default, the class also implements the parse method of the XMLReader
115 def parse(self, source):
131 the parser and makes it parse the data, emitting the
139 """This method is called by the parse implementation to allow
150 The parser will not be ready to parse another document until
158 the parser so that it is ready to parse new documents. The
159 results of calling parse or feed after close without calling
198 XMLReader.parse method and for returning from