Home
last modified time | relevance | path

Searched refs:NOT_SUPPORTED_ERR (Results 1 – 23 of 23) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/
DJTidyDOMImplementation.java79 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Not Implemented"); in createDocumentType()
120 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Not Implemented"); in createDocument()
/libcore/luni/src/main/java/org/w3c/dom/
DDOMException.java81 public static final short NOT_SUPPORTED_ERR = 9; field in DOMException
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DNodeImpl.java189 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in setNodeValue()
267 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in setNameNS()
303 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in setName()
364 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in getBaseURI()
435 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in setTextContent()
473 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in getNamespacingElement()
DDocumentImpl.java153 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in shallowCopy()
203 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in shallowCopy()
267 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in adoptNode()
271 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in adoptNode()
DDOMConfigurationImpl.java315 throw new DOMException(DOMException.NOT_SUPPORTED_ERR, in set()
458 throw new DOMException(DOMException.NOT_SUPPORTED_ERR,
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
DimportNode17.java82 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
DimportNode16.java84 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
Ddocumentimportnode06.java82 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
Ddocumentimportnode07.java85 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
Ddocumentimportnode08.java89 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
/libcore/luni/src/test/java/tests/org/w3c/dom/
DDocumentImportNode.java202 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in testImportNode6()
219 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in testImportNode7()
240 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in testImportNode8()
DImportNode.java504 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in testImportNode16()
521 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in testImportNode17()
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dhc_nodevalue03.java71 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
Ddocumentinvalidcharacterexceptioncreateentref.java77 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
Ddocumentinvalidcharacterexceptioncreatepi1.java74 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
Ddocumentinvalidcharacterexceptioncreatepi.java77 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
Ddocumentinvalidcharacterexceptioncreateentref1.java74 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
Dhc_attrgetvalue2.java83 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
Dhc_attrinsertbefore5.java85 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
Dhc_attrappendchild4.java84 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
Dhc_attrinsertbefore7.java89 success = (ex.code == DOMException.NOT_SUPPORTED_ERR); in runTest()
/libcore/luni/src/test/java/libcore/xml/
DNormalizeTest.java308 assertEquals(DOMException.NOT_SUPPORTED_ERR, e.code); in assertUnsupported()
314 assertEquals(DOMException.NOT_SUPPORTED_ERR, e.code); in assertUnsupported()
/libcore/api/
Dcurrent.txt21079 field public static final short NOT_SUPPORTED_ERR = 9; // 0x9