/libcore/luni/src/main/java/org/w3c/dom/ |
D | DOMException.java | 52 public static final short HIERARCHY_REQUEST_ERR = 3; field in DOMException
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | InnerNodeImpl.java | 97 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null); in insertBefore() 121 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null); in insertChildAt() 181 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null); in removeChild()
|
D | NodeImpl.java | 75 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null); in appendChild() 145 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null); in insertBefore() 156 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null); in removeChild() 160 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null); in replaceChild()
|
D | ElementImpl.java | 377 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null); in setNamedItem() 385 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null); in setNamedItemNS()
|
D | DocumentImpl.java | 420 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR, in insertChildAt() 424 throw new DOMException(DOMException.HIERARCHY_REQUEST_ERR, in insertChildAt()
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
D | hc_nodeappendchildinvalidnodetype.java | 82 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | nodeappendchildinvalidnodetype.java | 83 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | nodeappendchildnodeancestor.java | 84 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | hc_nodeappendchildnodeancestor.java | 84 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | nodeinsertbeforeinvalidnodetype.java | 87 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | nodereplacechildinvalidnodetype.java | 87 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | hc_nodereplacechildinvalidnodetype.java | 88 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | hc_nodeinsertbeforeinvalidnodetype.java | 88 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | hc_attrappendchild2.java | 79 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | hc_nodeinsertbeforenodeancestor.java | 86 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | nodereplacechildnodeancestor.java | 88 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | nodeinsertbeforenodeancestor.java | 88 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | hc_nodereplacechildnodeancestor.java | 86 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | hc_attrappendchild4.java | 96 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | hc_attrinsertbefore5.java | 97 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | hc_attrinsertbefore7.java | 104 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | hc_namednodemapinvalidtype1.java | 75 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | namednodemapsetnameditemns10.java | 96 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
D | namednodemapsetnameditemns11.java | 97 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in runTest()
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
D | HCNamedNodeMapInvalidType.java | 85 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR); in testNamedNodeMapInvalidType()
|