Home | History | Annotate | Download | only in test

Lines Matching defs:Document

12 from xml.dom.minidom import parse, Node, Document, parseString
59 self.confirm(isinstance(dom,Document))
166 dom = Document()
187 dom = Document()
215 dom = Document()
241 dom = Document()
262 dom = Document()
273 dom = Document()
283 dom = Document()
295 dom = Document()
394 dom = Document()
402 dom = Document()
410 dom = Document()
420 dom = Document()
458 dom = Document()
502 # Should raise an exception when adding an extra document element.
643 "testCloneDocumentDeep: document objects not distinct")
645 "testCloneDocumentDeep: wrong number of Document children")
649 "testCloneDocumentDeep: documentElement owner is not new document")
1033 doc = sax2dom.document
1078 dom = Document()