Searched refs:NotSupportedErr (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/xml/dom/ |
D | xmlbuilder.py | 81 raise xml.dom.NotSupportedErr( 343 raise xml.dom.NotSupportedErr( 372 raise xml.dom.NotSupportedErr( 377 raise xml.dom.NotSupportedErr(
|
D | __init__.py | 99 class NotSupportedErr(DOMException): class
|
D | minidom.py | 1737 raise xml.dom.NotSupportedErr("cannot import document nodes") 1739 raise xml.dom.NotSupportedErr("cannot import document type nodes") 1759 raise xml.dom.NotSupportedErr( 1884 raise xml.dom.NotSupportedErr("Cannot clone node %s" % repr(node))
|
/external/python/cpython3/Lib/xml/dom/ |
D | xmlbuilder.py | 82 raise xml.dom.NotSupportedErr( 364 raise xml.dom.NotSupportedErr( 396 raise xml.dom.NotSupportedErr( 401 raise xml.dom.NotSupportedErr(
|
D | __init__.py | 100 class NotSupportedErr(DOMException): class
|
D | minidom.py | 1784 raise xml.dom.NotSupportedErr("cannot import document nodes") 1786 raise xml.dom.NotSupportedErr("cannot import document type nodes") 1806 raise xml.dom.NotSupportedErr( 1929 raise xml.dom.NotSupportedErr("Cannot clone node %s" % repr(node))
|
/external/python/cpython2/Lib/test/ |
D | test_minidom.py | 658 self.assertRaises(xml.dom.NotSupportedErr, doc1.importNode, doc2, deep) 669 self.assertRaises(xml.dom.NotSupportedErr, target.importNode, 675 self.assertRaises(xml.dom.NotSupportedErr, target.importNode, 1173 self.assertRaises(xml.dom.NotSupportedErr, doc.renameNode, node,
|
/external/python/cpython3/Lib/test/ |
D | test_minidom.py | 793 self.assertRaises(xml.dom.NotSupportedErr, doc1.importNode, doc2, deep) 804 self.assertRaises(xml.dom.NotSupportedErr, target.importNode, 810 self.assertRaises(xml.dom.NotSupportedErr, target.importNode, 1278 self.assertRaises(xml.dom.NotSupportedErr, doc.renameNode, node,
|
/external/python/cpython2/Doc/library/ |
D | xml.dom.rst | 909 .. exception:: NotSupportedErr 967 | :const:`NOT_SUPPORTED_ERR` | :exc:`NotSupportedErr` |
|
/external/python/cpython3/Doc/library/ |
D | xml.dom.rst | 892 .. exception:: NotSupportedErr 950 | :const:`NOT_SUPPORTED_ERR` | :exc:`NotSupportedErr` |
|