/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
D | attrsetvaluenomodificationallowederrEE.java | 93 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest() 103 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | attrsetvaluenomodificationallowederr.java | 103 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest() 113 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | nodeappendchildnomodificationallowederrEE.java | 80 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | nodesetnodevaluenomodificationallowederrEE.java | 76 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | textsplittextnomodificationallowederrEE.java | 77 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | noderemovechildnomodificationallowederrEE.java | 81 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | nodeinsertbeforenomodificationallowederrEE.java | 82 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | nodereplacechildnomodificationallowederrEE.java | 82 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | hc_notationsremovenameditem1.java | 80 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | characterdatasetdatanomodificationallowederrEE.java | 79 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | hc_entitiesremovenameditem1.java | 80 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | characterdatainsertdatanomodificationallowederrEE.java | 79 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | attrremovechild1.java | 79 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | processinginstructionsetdatanomodificationallowederrEE.java | 90 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | characterdataappenddatanomodificationallowederrEE.java | 81 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | characterdatadeletedatanomodificationallowederrEE.java | 81 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | elementremoveattributenomodificationallowederrEE.java | 87 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | characterdatareplacedatanomodificationallowederrEE.java | 81 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | elementsetattributenomodificationallowederrEE.java | 87 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | characterdatareplacedatanomodificationallowederr.java | 95 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | noderemovechildnomodificationallowederr.java | 94 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | characterdatainsertdatanomodificationallowederr.java | 94 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | namednodemapsetnameditemns09.java | 88 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest() 98 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
D | namednodemapsetnameditemns05.java | 95 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest() 105 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
|
/libcore/luni/src/main/java/org/w3c/dom/ |
D | DOMException.java | 71 public static final short NO_MODIFICATION_ALLOWED_ERR = 7; field in DOMException
|