Home
last modified time | relevance | path

Searched refs:NotSupportedErr (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Lib/xml/dom/
H A Dxmlbuilder.py81 raise xml.dom.NotSupportedErr(
344 raise xml.dom.NotSupportedErr(
373 raise xml.dom.NotSupportedErr(
378 raise xml.dom.NotSupportedErr(
H A D__init__.py100 class NotSupportedErr(DOMException): class
H A Dminidom.py1811 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 Dtest_minidom.py800 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