Package | Description |
---|---|
org.netbeans.modules.xml.xam.spi |
Modifier and Type | Class and Description |
---|---|
class |
XsdBasedValidator
Base class for Schema validator.
|
Modifier and Type | Method and Description |
---|---|
Validator |
Validator.ResultItem.getValidator()
Get the validator which generated this error.
|
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
|