Home
last modified time | relevance | path

Searched refs:WRONG_DOCUMENT_ERR (Results 1 – 25 of 27) sorted by relevance

12

/libcore/luni/src/main/java/org/w3c/dom/
DDOMException.java57 public static final short WRONG_DOCUMENT_ERR = 4; field in DOMException
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DInnerNodeImpl.java93 throw new DOMException(DOMException.WRONG_DOCUMENT_ERR, null); in insertBefore()
118 throw new DOMException(DOMException.WRONG_DOCUMENT_ERR, null); in insertChildAt()
178 throw new DOMException(DOMException.WRONG_DOCUMENT_ERR, null); in removeChild()
DElementImpl.java277 throw new DOMException(DOMException.WRONG_DOCUMENT_ERR, null); in setAttributeNode()
302 throw new DOMException(DOMException.WRONG_DOCUMENT_ERR, null); in setAttributeNodeNS()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
DcreateDocument03.java84 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
DcreateDocument04.java87 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
DsetAttributeNodeNS05.java94 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
Delementsetattributenodens05.java89 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
DsetNamedItemNS02.java94 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
Dnamednodemapsetnameditemns04.java100 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
Dnamednodemapsetnameditemns03.java105 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dhc_elementwrongdocumenterr.java88 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
Dnodeappendchildnewchilddiffdocument.java88 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
Delementwrongdocumenterr.java90 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
Dhc_nodeappendchildnewchilddiffdocument.java87 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
Dhc_nodeinsertbeforenewchilddiffdocument.java89 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
Dhc_namednodemapwrongdocumenterr.java91 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
Dnamednodemapwrongdocumenterr.java91 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
Dnodeinsertbeforenewchilddiffdocument.java89 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
Dhc_nodereplacechildnewchilddiffdocument.java89 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
Dnodereplacechildnewchilddiffdocument.java89 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
Dhc_attrappendchild5.java83 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
Dhc_attrinsertbefore6.java84 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in runTest()
/libcore/luni/src/test/java/tests/org/w3c/dom/
DNamedNodeMapSetNamedItemNS.java153 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in testSetNamedItemNS3()
184 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in testSetNamedItemNS4()
DSetAttributeNodeNS.java202 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in testSetAttributeNode5()
DSetNamedItemNS.java126 success = (ex.code == DOMException.WRONG_DOCUMENT_ERR); in testSetNamedItemNS2()

12