Home
last modified time | relevance | path

Searched refs:NOT_FOUND_ERR (Results 1 – 20 of 20) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/
DDOMException.java76 public static final short NOT_FOUND_ERR = 8; field in DOMException
/libcore/luni/src/test/java/tests/org/w3c/dom/
DNamedNodeMapRemoveNamedItemNS.java224 success = (ex.code == DOMException.NOT_FOUND_ERR); in testRemoveNamedItemNS6()
246 success = (ex.code == DOMException.NOT_FOUND_ERR); in testRemoveNamedItemNS7()
269 success = (ex.code == DOMException.NOT_FOUND_ERR); in testRemoveNamedItemNS8()
DRemoveNamedItemNS.java113 success = (ex.code == DOMException.NOT_FOUND_ERR); in testRemoveNamedItemNS2()
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DElementImpl.java237 throw new DOMException(DOMException.NOT_FOUND_ERR, null); in removeAttributeNode()
354 throw new DOMException(DOMException.NOT_FOUND_ERR, null); in removeNamedItem()
365 throw new DOMException(DOMException.NOT_FOUND_ERR, null); in removeNamedItemNS()
396 throw new DOMException(DOMException.NOT_FOUND_ERR, in setIdAttribute()
406 throw new DOMException(DOMException.NOT_FOUND_ERR, in setIdAttributeNS()
DDOMConfigurationImpl.java338 throw new DOMException(DOMException.NOT_FOUND_ERR, "No such parameter: " + name); in setParameter()
354 throw new DOMException(DOMException.NOT_FOUND_ERR, "No such parameter: " + name); in getParameter()
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dhc_noderemovechildoldchildnonexistent.java82 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
Dnamednodemapnotfounderr.java83 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
Dnoderemovechildoldchildnonexistent.java83 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
Dhc_namednodemapnotfounderr.java83 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
Dhc_elementnotfounderr.java83 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
Delementnotfounderr.java84 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
Dnodeinsertbeforerefchildnonexistent.java86 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
Dhc_nodeinsertbeforerefchildnonexistent.java86 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
Dhc_nodereplacechildoldchildnonexistent.java84 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
Dnodereplacechildoldchildnonexistent.java85 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
Dhc_attrremovechild2.java78 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
DremoveNamedItemNS02.java89 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
Dnamednodemapremovenameditemns06.java87 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
Dnamednodemapremovenameditemns08.java90 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()
Dnamednodemapremovenameditemns07.java87 success = (ex.code == DOMException.NOT_FOUND_ERR); in runTest()