Home
last modified time | relevance | path

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

12

/libcore/luni/src/test/java/tests/org/w3c/dom/
DNodeSetPrefix.java136 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()
DPrefix.java138 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()
DDOMImplementationCreateDocument.java101 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()
DElementSetAttributeNS.java163 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()
DCreateElementNS.java92 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()
DCreateAttributeNS.java74 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()
DCreateDocument.java98 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()
DDocumentCreateAttributeNS.java221 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()
DDocumentCreateElementNS.java110 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateElementNS5()
134 success = (ex.code == DOMException.NAMESPACE_ERR); in testCreateElementNS6()
DCreateDocumentType.java98 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/
Delementsetattributens08.java79 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
89 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
Dnodesetprefix06.java75 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
Dnodesetprefix07.java76 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
DcreateElementNS01.java81 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
DcreateAttributeNS04.java83 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
DdocumentcreateelementNS05.java91 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
DcreateAttributeNS01.java81 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
DcreateAttributeNS02.java81 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
Dprefix10.java82 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
DcreateElementNS04.java83 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
DdocumentcreateattributeNS07.java91 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
Dprefix07.java80 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
Delementsetattributens05.java78 success = (ex.code == DOMException.NAMESPACE_ERR); in runTest()
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDocumentTypeImpl.java47 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/
DDOMException.java108 public static final short NAMESPACE_ERR = 14; field in DOMException

12