Package | Description |
---|---|
org.netbeans.modules.xml.xam | |
org.netbeans.modules.xml.xam.dom | |
org.netbeans.modules.xml.xam.spi |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModel<T extends Component<T>> |
Modifier and Type | Method and Description |
---|---|
Model |
Component.getModel() |
Modifier and Type | Interface and Description |
---|---|
interface |
DocumentModel<C extends DocumentComponent<C>>
Interface describing an abstract model.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDocumentModel<T extends DocumentComponent<T>> |
Modifier and Type | Method and Description |
---|---|
Model |
Validator.ResultItem.getModel()
Model on which this ResultItem was reported on.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Schema |
XsdBasedValidator.getSchema(Model model)
Get Schemas that the model has to be validated against.
|
protected Source |
XsdBasedValidator.getSource(Model model,
XsdBasedValidator.Handler handler) |
DocumentModel |
XsdBasedValidator.resolveResource(String systemId,
Model currentModel) |
protected void |
XsdBasedValidator.validate(Model model,
Schema schema,
XsdBasedValidator.Handler handler)
Validates the model against the schema.
|
void |
Validation.validate(Model model,
Validation.ValidationType type)
Validates the model.
|
ValidationResult |
XsdBasedValidator.validate(Model model,
Validation validation,
Validation.ValidationType validationType)
Entry point to validate a model.
|
ValidationResult |
Validator.validate(Model model,
Validation validation,
Validation.ValidationType validationType)
Validates given model.
|
Constructor and Description |
---|
Handler(Model model)
Constructor to create a SAX Error Handler.
|
ResultItem(Validator validator,
Validator.ResultType type,
String desc,
int lineNumber,
int columnNumber,
Model model)
Constructor to create an instance of ResultItem
|