Searched refs:DOMError (Results 1 - 7 of 7) sorted by relevance

/libcore/luni/src/main/java/org/w3c/dom/
H A DDOMErrorHandler.java41 * <code>DOMError.severity</code>.
43 public boolean handleError(DOMError error);
H A DDOMError.java16 * <code>DOMError</code> is an interface that describes an error.
20 public interface DOMError { interface
23 * The severity of the error described by the <code>DOMError</code> is
30 * The severity of the error described by the <code>DOMError</code> is
37 * The severity of the error described by the <code>DOMError</code> is
78 * The related <code>DOMError.type</code> dependent data if any.
/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMErrorMonitor.java19 import org.w3c.dom.DOMError;
43 public boolean handleError(DOMError error) {
60 DOMError error = (DOMError) iter.next();
H A DDOMErrorImpl.java15 import org.w3c.dom.DOMError;
24 implements DOMError {
36 public DOMErrorImpl(DOMError src) {
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDOMErrorImpl.java19 import org.w3c.dom.DOMError;
23 public final class DOMErrorImpl implements DOMError {
H A 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/test/java/libcore/xml/
H A DNormalizeTest.java23 import org.w3c.dom.DOMError;
124 public boolean handleError(DOMError error) {
406 errorRecorder.assertAllErrors(DOMError.SEVERITY_ERROR, "wf-invalid-character");
426 errorRecorder.assertAllErrors(DOMError.SEVERITY_WARNING, "cdata-sections-splitted");
439 errorRecorder.assertAllErrors(DOMError.SEVERITY_ERROR, "wf-invalid-character");
456 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
459 DOMError.SEVERITY_ERROR, "wf-invalid-character");
477 assertEquals(Collections.<DOMError>emptyList(), errorRecorder.errors);
480 DOMError.SEVERITY_ERROR, "wf-invalid-character");
496 assertEquals(Collections.<DOMError>emptyLis
[all...]

Completed in 108 milliseconds