Home | History | Annotate | Download | only in sax

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):
31 "Parse an XML document from a system identifier or an InputSource."
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):
129 the parser and makes it parse the data, emitting the
137 """This method is called by the parse implementation to allow
148 The parser will not be ready to parse another document until
156 the parser so that it is ready to parse new documents. The
157 results of calling parse or feed after close without calling
196 XMLReader.parse method and for returning from