public interface HasStoreUserQuestions
Normally the questions are asked to the user when a document to be processed contains warnings and the user can decide if further processing will continue or not.
| Modifier and Type | Field and Description | 
|---|---|
| static int | NOReturn value from class method if NO is chosen. | 
| static int | SEE_WARINGSReturn value from class method if CANCEL is chosen. | 
| static int | YESReturn value from class method if YES is chosen. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | continueProcessing(HasErrorsHandler errorHandler,
                  XBRLValidationReport report)Ask the user if processing can continue. | 
static final int YES
static final int NO
static final int SEE_WARINGS
boolean continueProcessing(HasErrorsHandler errorHandler, XBRLValidationReport report)
errorHandler - the object that can show errors or warnings to the user.report - the validation report to be used in the errorHandler.Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa