Lines Matching defs:parse
80 "parse", "ParseError",
540 self.parse(file)
556 def parse(self, source, parser=None):
562 ParseError is raised if the parser fails to parse the document.
578 # It can be used to parse the whole source without feeding
1208 def parse(source, parser=None):
1218 tree.parse(source, parser)
1223 """Incrementally parse XML document into ElementTree.
1676 # parse doctype contents
1759 parse(from_file, parser=parser)
1771 Serialises parse events to XML C14N 2.0.
1913 # Need to parse text first to see if it requires a prefix declaration.