Home
last modified time | relevance | path

Searched refs:NotSupportedErr (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/xml/dom/
Dxmlbuilder.py81 raise xml.dom.NotSupportedErr(
343 raise xml.dom.NotSupportedErr(
372 raise xml.dom.NotSupportedErr(
377 raise xml.dom.NotSupportedErr(
D__init__.py99 class NotSupportedErr(DOMException): class
Dminidom.py1737 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/
Dxmlbuilder.py82 raise xml.dom.NotSupportedErr(
364 raise xml.dom.NotSupportedErr(
396 raise xml.dom.NotSupportedErr(
401 raise xml.dom.NotSupportedErr(
D__init__.py100 class NotSupportedErr(DOMException): class
Dminidom.py1784 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/
Dtest_minidom.py658 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/
Dtest_minidom.py793 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/
Dxml.dom.rst909 .. exception:: NotSupportedErr
967 | :const:`NOT_SUPPORTED_ERR` | :exc:`NotSupportedErr` |
/external/python/cpython3/Doc/library/
Dxml.dom.rst892 .. exception:: NotSupportedErr
950 | :const:`NOT_SUPPORTED_ERR` | :exc:`NotSupportedErr` |