Searched refs:DOMErrorImpl (Results 1 - 6 of 6) sorted by relevance

/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOMErrorImpl.java35 public final class DOMErrorImpl implements DOMError { class in inherits:DOMError
65 DOMErrorImpl () { method in class:DOMErrorImpl
73 public DOMErrorImpl(short severity, String message, String type) { method in class:DOMErrorImpl
85 public DOMErrorImpl(short severity, String message, String type, method in class:DOMErrorImpl
101 public DOMErrorImpl(short severity, String message, String type, method in class:DOMErrorImpl
176 }// class DOMErrorImpl
H A DDOM3TreeWalker.java786 .handleError(new DOMErrorImpl(
944 new DOMErrorImpl(
965 new DOMErrorImpl(
1312 new DOMErrorImpl(
1328 new DOMErrorImpl(
1361 new DOMErrorImpl(
1377 new DOMErrorImpl(
1417 new DOMErrorImpl(
1455 new DOMErrorImpl(
1478 new DOMErrorImpl(
[all...]
H A DLSSerializerImpl.java895 fDOMErrorHandler.handleError(new DOMErrorImpl(
932 fDOMErrorHandler.handleError(new DOMErrorImpl(
988 fDOMErrorHandler.handleError(new DOMErrorImpl(
1078 fDOMErrorHandler.handleError(new DOMErrorImpl(
1090 fDOMErrorHandler.handleError(new DOMErrorImpl(
1186 fDOMErrorHandler.handleError(new DOMErrorImpl(
1262 fDOMErrorHandler.handleError(new DOMErrorImpl(
1344 fDOMErrorHandler.handleError(new DOMErrorImpl(
/dalvik/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMErrorImpl.java23 public class DOMErrorImpl class in inherits:DOMError
36 public DOMErrorImpl(DOMError src) { method in class:DOMErrorImpl
H A DDOMErrorMonitor.java44 errors.add(new DOMErrorImpl(error));
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
H A DDOMConfigurationImpl.java19 import org.apache.xml.serializer.dom3.DOMErrorImpl;
488 errorHandler.handleError(new DOMErrorImpl(severity, type, type));

Completed in 118 milliseconds