Home
last modified time | relevance | path

Searched refs:DOMError (Results 1 – 8 of 8) sorted by relevance

/libcore/dom/src/test/java/org/w3c/domts/
DDOMErrorMonitor.java19 import org.w3c.dom.DOMError;
43 public boolean handleError(DOMError error) { in handleError()
60 DOMError error = (DOMError) iter.next(); in assertLowerSeverity()
DDOMErrorImpl.java15 import org.w3c.dom.DOMError;
24 implements DOMError {
36 public DOMErrorImpl(DOMError src) { in DOMErrorImpl()
/libcore/luni/src/test/java/libcore/xml/
DNormalizeTest.java23 import org.w3c.dom.DOMError;
124 public boolean handleError(DOMError error) { in testErrorHandler()
406 errorRecorder.assertAllErrors(DOMError.SEVERITY_ERROR, "wf-invalid-character"); in testCommentContainingDoubleDash()
426 errorRecorder.assertAllErrors(DOMError.SEVERITY_WARNING, "cdata-sections-splitted"); in testSplittingCdataSectionsSplit()
439 errorRecorder.assertAllErrors(DOMError.SEVERITY_ERROR, "wf-invalid-character"); in testSplittingCdataSectionsReportError()
456 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors); in testInvalidCharactersCdata()
459 DOMError.SEVERITY_ERROR, "wf-invalid-character"); in testInvalidCharactersCdata()
477 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors); in testInvalidCharactersText()
480 DOMError.SEVERITY_ERROR, "wf-invalid-character"); in testInvalidCharactersText()
496 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors); in testInvalidCharactersAttribute()
[all …]
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DDOMErrorImpl.java19 import org.w3c.dom.DOMError;
23 public final class DOMErrorImpl implements DOMError {
DDOMConfigurationImpl.java22 import org.w3c.dom.DOMError;
390 report(DOMError.SEVERITY_WARNING, "cdata-sections-splitted");
392 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
416 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
461 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
/libcore/luni/src/main/java/org/w3c/dom/
DDOMErrorHandler.java43 public boolean handleError(DOMError error); in handleError()
DDOMError.java20 public interface DOMError { interface
/libcore/
Dnon_openjdk_java_files.mk243 luni/src/main/java/org/w3c/dom/DOMError.java \