/libcore/luni/src/test/java/tests/org/w3c/dom/ |
D | NodeSetPrefix.java | 136 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetPrefix3() 188 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetPrefix5() 206 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetPrefix6() 223 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetPrefix7() 243 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetPrefix8()
|
D | Prefix.java | 138 success = (ex.code == DOMException.NAMESPACE_ERR); in testGetPrefix5() 174 success = (ex.code == DOMException.NAMESPACE_ERR); in testGetPrefix7() 228 success = (ex.code == DOMException.NAMESPACE_ERR); in _testGetPrefix9() 246 success = (ex.code == DOMException.NAMESPACE_ERR); in testGetPrefix10() 266 success = (ex.code == DOMException.NAMESPACE_ERR); in testGetPrefix11()
|
D | DOMImplementationCreateDocument.java | 101 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocument4() 122 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocument5() 142 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocument7()
|
D | ElementSetAttributeNS.java | 163 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetAttributeNS5() 181 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetAttributeNS8() 192 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetAttributeNS8() 213 success = (ex.code == DOMException.NAMESPACE_ERR); in testSetAttributeNSURINull()
|
D | CreateElementNS.java | 92 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateElementNS1() 110 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateElementNS2() 176 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateElementNS4()
|
D | CreateAttributeNS.java | 74 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateAttributeNS1() 92 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateAttributeNS2() 157 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateAttributeNS4()
|
D | CreateDocument.java | 98 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocument1() 119 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocument2() 235 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocument6()
|
D | DocumentCreateAttributeNS.java | 221 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateAttributeNS5() 245 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateAttributeNS6() 262 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateAttributeNS7()
|
D | DocumentCreateElementNS.java | 110 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateElementNS5() 134 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateElementNS6()
|
D | CreateDocumentType.java | 98 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocumentType1() 187 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateDocumentType4()
|
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
D | elementsetattributens08.java | 79 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest() 89 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
D | nodesetprefix06.java | 75 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
D | nodesetprefix07.java | 76 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
D | createElementNS01.java | 81 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
D | createAttributeNS04.java | 83 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
D | documentcreateelementNS05.java | 91 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
D | createAttributeNS01.java | 81 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
D | createAttributeNS02.java | 81 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
D | prefix10.java | 82 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
D | createElementNS04.java | 83 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
D | documentcreateattributeNS07.java | 91 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
D | prefix07.java | 80 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
D | elementsetattributens05.java | 78 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
D | DocumentTypeImpl.java | 47 throw new DOMException(DOMException.NAMESPACE_ERR, qualifiedName); in DocumentTypeImpl() 56 throw new DOMException(DOMException.NAMESPACE_ERR, qualifiedName); in DocumentTypeImpl()
|
/libcore/luni/src/main/java/org/w3c/dom/ |
D | DOMException.java | 108 public static final short NAMESPACE_ERR = 14; field in DOMException
|