|
Oxygen XML Editor, Version 14.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectro.sync.exml.workspace.api.editor.validation.ValidationProblems
@API(type=EXTENDABLE,
src=PUBLIC)
public class ValidationProblemsHolds a set of problems which were reported during the validation process.
| Field Summary | |
|---|---|
static int |
VALIDATION_AUTOMATIC
The problem was generated by the automatic validation. |
static int |
VALIDATION_CUSTOM
The problem was generated by the custom schema validation. |
static int |
VALIDATION_NORMAL
The problem was generated by the regular validation. |
| Constructor Summary | |
|---|---|
ValidationProblems(java.util.List<ro.sync.document.DocumentPositionedInfo> problemsList,
int problemType)
Constructor. |
|
| Method Summary | |
|---|---|
java.util.List<ro.sync.document.DocumentPositionedInfo> |
getProblemsList()
Get the list of problems. |
int |
getValidationType()
Get the validation type. |
void |
setProblemsList(java.util.List<ro.sync.document.DocumentPositionedInfo> problemsList)
Set the list of problems. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int VALIDATION_AUTOMATIC
public static final int VALIDATION_CUSTOM
public static final int VALIDATION_NORMAL
| Constructor Detail |
|---|
public ValidationProblems(java.util.List<ro.sync.document.DocumentPositionedInfo> problemsList,
int problemType)
problemsList - The list of problems, can be null if validation was succesfull.problemType - The type of validation, one of the constants in this class.| Method Detail |
|---|
public java.util.List<ro.sync.document.DocumentPositionedInfo> getProblemsList()
public void setProblemsList(java.util.List<ro.sync.document.DocumentPositionedInfo> problemsList)
problemsList - The list of problems.public int getValidationType()
|
Oxygen XML Editor, Version 14.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||