Home
last modified time | relevance | path

Searched refs:NotSupportedErr (Results 1 – 5 of 5) 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/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/cpython2/Doc/library/
Dxml.dom.rst909 .. exception:: NotSupportedErr
967 | :const:`NOT_SUPPORTED_ERR` | :exc:`NotSupportedErr` |