/libcore/dom/src/test/java/org/w3c/domts/ |
D | JTidyDOMImplementation.java | 79 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Not Implemented"); in createDocumentType() 120 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Not Implemented"); in createDocument()
|
/libcore/luni/src/main/java/org/w3c/dom/ |
D | DOMException.java | 81 public static final short NOT_SUPPORTED_ERR = 9; field in DOMException
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | NodeImpl.java | 189 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in setNodeValue() 267 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in setNameNS() 303 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in setName() 364 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in getBaseURI() 435 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in setTextContent() 473 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in getNamespacingElement()
|
D | DocumentImpl.java | 153 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in shallowCopy() 203 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in shallowCopy() 267 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in adoptNode() 271 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in adoptNode()
|
D | DOMConfigurationImpl.java | 315 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in set() 458 throw new DOMException(DOMException.NOT_SUPPORTED_ERR,
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | importNode17.java | 82 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
|
D | importNode16.java | 84 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
|
D | documentimportnode06.java | 82 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
|
D | documentimportnode07.java | 85 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
|
D | documentimportnode08.java | 89 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
D | DocumentImportNode.java | 202 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in testImportNode6() 219 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in testImportNode7() 240 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in testImportNode8()
|
D | ImportNode.java | 504 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in testImportNode16() 521 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in testImportNode17()
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
D | hc_nodevalue03.java | 71 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
|
D | documentinvalidcharacterexceptioncreateentref.java | 77 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
|
D | documentinvalidcharacterexceptioncreatepi1.java | 74 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
|
D | documentinvalidcharacterexceptioncreatepi.java | 77 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
|
D | documentinvalidcharacterexceptioncreateentref1.java | 74 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
|
D | hc_attrgetvalue2.java | 83 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
|
D | hc_attrinsertbefore5.java | 85 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
|
D | hc_attrappendchild4.java | 84 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
|
D | hc_attrinsertbefore7.java | 89 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
|
/libcore/luni/src/test/java/libcore/xml/ |
D | NormalizeTest.java | 308 assertEquals(DOMException.NOT_SUPPORTED_ERR, e.code); in assertUnsupported() 314 assertEquals(DOMException.NOT_SUPPORTED_ERR, e.code); in assertUnsupported()
|
/libcore/api/ |
D | current.txt | 21079 field public static final short NOT_SUPPORTED_ERR = 9; // 0x9
|