Home
last modified time | relevance | path

Searched refs:INVALID_CHARACTER_ERR (Results 1 – 25 of 42) sorted by relevance

12

/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDocumentTypeImpl.java60 throw new DOMException(DOMException.INVALID_CHARACTER_ERR, qualifiedName); in DocumentTypeImpl()
64 throw new DOMException(DOMException.INVALID_CHARACTER_ERR, qualifiedName); in DocumentTypeImpl()
/libcore/luni/src/main/java/org/w3c/dom/
DDOMException.java61 public static final short INVALID_CHARACTER_ERR = 5; field in DOMException
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
Dhc_documentinvalidcharacterexceptioncreateelement1.java70 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
Ddocumentinvalidcharacterexceptioncreateelement.java78 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
Dhc_documentinvalidcharacterexceptioncreateattribute.java77 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
Ddocumentinvalidcharacterexceptioncreateattribute.java78 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
Dhc_documentinvalidcharacterexceptioncreateattribute1.java70 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
Dhc_documentinvalidcharacterexceptioncreateelement.java77 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
Dhc_elementinvalidcharacterexception.java77 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
Dhc_elementinvalidcharacterexception1.java72 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
Delementinvalidcharacterexception.java79 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
Ddocumentinvalidcharacterexceptioncreateentref1.java85 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
Ddocumentinvalidcharacterexceptioncreatepi.java88 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
Ddocumentinvalidcharacterexceptioncreateentref.java88 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
Ddocumentinvalidcharacterexceptioncreatepi1.java85 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
/libcore/dom/src/test/java/org/w3c/domts/level2/core/
DcreateDocument08.java72 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
Dnodesetprefix09.java74 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
DcreateDocumentType04.java73 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
DcreateAttributeNS06.java73 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
DcreateElementNS06.java75 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
DdocumentcreateelementNS02.java90 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
DsetAttributeNS10.java76 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
DsetAttributeNS01.java83 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
Dprefix06.java87 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()
Delementsetattributens04.java90 success = (ex.code == DOMException.INVALID_CHARACTER_ERR); in runTest()

12