Home
last modified time | relevance | path

Searched refs:NO_MODIFICATION_ALLOWED_ERR (Results 1 – 25 of 49) sorted by relevance

12

/libcore/dom/src/test/java/org/w3c/domts/level1/core/
DattrsetvaluenomodificationallowederrEE.java93 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
103 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
Dattrsetvaluenomodificationallowederr.java103 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
113 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
DnodeappendchildnomodificationallowederrEE.java80 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
DnodesetnodevaluenomodificationallowederrEE.java76 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
DtextsplittextnomodificationallowederrEE.java77 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
DnoderemovechildnomodificationallowederrEE.java81 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
DnodeinsertbeforenomodificationallowederrEE.java82 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
DnodereplacechildnomodificationallowederrEE.java82 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
Dhc_notationsremovenameditem1.java80 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
DcharacterdatasetdatanomodificationallowederrEE.java79 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
Dhc_entitiesremovenameditem1.java80 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
DcharacterdatainsertdatanomodificationallowederrEE.java79 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
Dattrremovechild1.java79 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
DprocessinginstructionsetdatanomodificationallowederrEE.java90 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
DcharacterdataappenddatanomodificationallowederrEE.java81 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
DcharacterdatadeletedatanomodificationallowederrEE.java81 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
DelementremoveattributenomodificationallowederrEE.java87 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
DcharacterdatareplacedatanomodificationallowederrEE.java81 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
DelementsetattributenomodificationallowederrEE.java87 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
Dcharacterdatareplacedatanomodificationallowederr.java95 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
Dnoderemovechildnomodificationallowederr.java94 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
Dcharacterdatainsertdatanomodificationallowederr.java94 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
Dnamednodemapsetnameditemns09.java88 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
98 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR); in runTest()
Dnamednodemapsetnameditemns05.java95 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/
DDOMException.java71 public static final short NO_MODIFICATION_ALLOWED_ERR = 7; field in DOMException

12