MCPcopy Index your code
hub / github.com/python/cpython / startDocument

Method startDocument

Lib/xml/dom/pulldom.py:159–162  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

157 self.lastEvent = self.lastEvent[1]
158
159 def startDocument(self):
160 if self.documentFactory is None:
161 import xml.dom.minidom
162 self.documentFactory = xml.dom.minidom.Document.implementation
163
164 def buildDocument(self, uri, tagname):
165 # Can't do that in startDocument, since we need the tagname

Callers 3

parseMethod · 0.45
parseMethod · 0.45
testSAX2DOMMethod · 0.45

Calls

no outgoing calls

Tested by 3

parseMethod · 0.36
parseMethod · 0.36
testSAX2DOMMethod · 0.36