Searched refs:fContinueAfterFatalError (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLErrorReporter.java201 protected boolean fContinueAfterFatalError; field in class:XMLErrorReporter
442 if (!fContinueAfterFatalError) {
474 fContinueAfterFatalError = componentManager.getFeature(CONTINUE_AFTER_FATAL_ERROR, false);
522 fContinueAfterFatalError = state;
546 return fContinueAfterFatalError ;
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DStaxErrorReporter.java149 if (!fContinueAfterFatalError) {

Completed in 30 milliseconds