Searched defs:DraconianErrorHandler (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DDraconianErrorHandler.java32 final class DraconianErrorHandler implements ErrorHandler { class in inherits:ErrorHandler
37 private static final DraconianErrorHandler ERROR_HANDLER_INSTANCE
38 = new DraconianErrorHandler();
40 private DraconianErrorHandler() {} method in class:DraconianErrorHandler
43 public static DraconianErrorHandler getInstance() {
62 } // DraconianErrorHandler
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDraconianErrorHandler.java73 public class DraconianErrorHandler implements ErrorHandler { class in inherits:ErrorHandler
77 public static final ErrorHandler theInstance = new DraconianErrorHandler();
79 private DraconianErrorHandler() {} method in class:DraconianErrorHandler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DDraconianErrorHandler.java35 public class DraconianErrorHandler implements ErrorHandler { class in inherits:ErrorHandler
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/
H A DJAXPValidatorComponent.java148 return new ErrorHandlerWrapper(DraconianErrorHandler.getInstance());
464 private static final class DraconianErrorHandler implements ErrorHandler { class in class:JAXPValidatorComponent
469 private static final DraconianErrorHandler ERROR_HANDLER_INSTANCE
470 = new DraconianErrorHandler();
472 private DraconianErrorHandler() {} method in class:JAXPValidatorComponent.DraconianErrorHandler
475 public static DraconianErrorHandler getInstance() {
494 } // DraconianErrorHandler

Completed in 39 milliseconds