Searched refs:NotSupportedErr (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/xml/dom/ |
H A D | xmlbuilder.py | 81 raise xml.dom.NotSupportedErr( 344 raise xml.dom.NotSupportedErr( 373 raise xml.dom.NotSupportedErr( 378 raise xml.dom.NotSupportedErr(
|
H A D | __init__.py | 100 class NotSupportedErr(DOMException): class
|
H A D | minidom.py | 1811 raise xml.dom.NotSupportedErr("cannot import document nodes") 1813 raise xml.dom.NotSupportedErr("cannot import document type nodes") 1838 raise xml.dom.NotSupportedErr( 1961 raise xml.dom.NotSupportedErr("Cannot clone node %s" % repr(node))
|
/third_party/python/Lib/test/ |
H A D | test_minidom.py | 800 self.assertRaises(xml.dom.NotSupportedErr, doc1.importNode, doc2, deep) 811 self.assertRaises(xml.dom.NotSupportedErr, target.importNode, 817 self.assertRaises(xml.dom.NotSupportedErr, target.importNode, 1358 self.assertRaises(xml.dom.NotSupportedErr, doc.renameNode, node,
|
Completed in 7 milliseconds