HomeSort by relevance Sort by last modified time
    Searched refs:DOMErrorHandler (Results 1 - 11 of 11) sorted by null

  /libcore/luni/src/main/java/org/w3c/dom/
DOMErrorHandler.java 16 * <code>DOMErrorHandler</code> is a callback interface that the DOM
19 * a document). A <code>DOMErrorHandler</code> object can be attached to a
29 public interface DOMErrorHandler {
  /libcore/luni/src/main/java/org/apache/xml/serializer/
DOM3Serializer.java 26 import org.w3c.dom.DOMErrorHandler;
128 * Sets a DOMErrorHandler on the DOM Level 3 Serializer.
132 * @param handler the Level 3 DOMErrorHandler
134 public void setErrorHandler(DOMErrorHandler handler);
137 * Returns a DOMErrorHandler set on the DOM Level 3 Serializer.
141 * @return A Level 3 DOMErrorHandler
143 public DOMErrorHandler getErrorHandler();
  /libcore/luni/src/main/java/org/apache/xml/serializer/dom3/
DOMErrorHandlerImpl.java 25 import org.w3c.dom.DOMErrorHandler;
34 final class DOMErrorHandlerImpl implements DOMErrorHandler {
43 * Implementation of DOMErrorHandler.handleError that
DOM3SerializerImpl.java 29 import org.w3c.dom.DOMErrorHandler;
43 // The DOMErrorHandler
44 private DOMErrorHandler fErrorHandler;
67 * Returns a DOMErrorHandler set on the DOM Level 3 Serializer.
71 * @return A Level 3 DOMErrorHandler
73 public DOMErrorHandler getErrorHandler() {
118 * Sets a DOMErrorHandler on the DOM Level 3 Serializer.
122 * @param handler the Level 3 DOMErrorHandler
124 public void setErrorHandler(DOMErrorHandler handler) {
LSSerializerImpl.java 47 import org.w3c.dom.DOMErrorHandler;
109 // The DOMErrorhandler.
110 private DOMErrorHandler fDOMErrorHandler = null;
293 * (DOMErrorHandler)fDOMConfig.getParameter(Constants.DOM_ERROR_HANDLER); }
423 value == null || value instanceof DOMErrorHandler){
    [all...]
DOM3TreeWalker.java 42 import org.w3c.dom.DOMErrorHandler;
83 private DOMErrorHandler fErrorHandler = null;
206 DOMErrorHandler errHandler,
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
DOMErrorMonitor.java 20 import org.w3c.dom.DOMErrorHandler;
28 implements DOMErrorHandler {
39 * Implementation of DOMErrorHandler.handleError that
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 24 import org.w3c.dom.DOMErrorHandler;
131 config.errorHandler = (DOMErrorHandler) value;
134 return value == null || value instanceof DOMErrorHandler;
292 private DOMErrorHandler errorHandler;
  /libcore/luni/src/test/java/tests/xml/
NormalizeTest.java 25 import org.w3c.dom.DOMErrorHandler;
124 assertSupported("error-handler", new DOMErrorHandler() {
601 private class ErrorRecorder implements DOMErrorHandler {
  /prebuilt/sdk/8/
android.jar 
  /external/jdiff/
xerces.jar 

Completed in 357 milliseconds