|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasStoreUserQuestions
This interface has functions that ask questions to the user about if an instance document can be further processed.
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.
| Field Summary | |
|---|---|
static int |
NO
Return value from class method if NO is chosen. |
static int |
SEE_WARINGS
Return value from class method if CANCEL is chosen. |
static int |
YES
Return value from class method if YES is chosen. |
| Method Summary | |
|---|---|
boolean |
continueProcessing(HasErrorsHandler errorHandler,
XBRLValidationReport report)
Ask the user if processing can continue. |
| Field Detail |
|---|
static final int YES
static final int NO
static final int SEE_WARINGS
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||