Package | Description |
---|---|
org.netbeans.modules.xml.xam.spi |
Modifier and Type | Method and Description |
---|---|
Validator.ResultType |
Validator.ResultItem.getType()
Returns type of validation result.
|
static Validator.ResultType |
Validator.ResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Validator.ResultType[] |
Validator.ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XsdBasedValidator.Handler.logValidationErrors(Validator.ResultType resultType,
SAXParseException sax) |
void |
XsdBasedValidator.Handler.logValidationErrors(Validator.ResultType resultType,
String errorDescription) |
void |
XsdBasedValidator.Handler.logValidationErrors(Validator.ResultType resultType,
String errorDescription,
int lineNumber,
int columnNumber) |
Constructor and Description |
---|
ResultItem(Validator validator,
Validator.ResultType type,
Component component,
String desc)
Constructor to create an instance of ResultItem
|
ResultItem(Validator validator,
Validator.ResultType type,
String desc,
int lineNumber,
int columnNumber,
Model model)
Constructor to create an instance of ResultItem
|