Class | Description |
---|---|
Gui |
Main Class Gui creating window.
|
Input |
Class implementing LSInput and fill needed method to resolve paths from
include
|
ResourceResolver |
Class implementing LSResourceResolver Used by schemaFactory to Resolve path
to include and imported files in schema
|
XsdSchemaValidator |
Class XsdSchemaValidator validating xml with xsd choosen in window.
|
XsdSchemaValidator.MyErrorHandler |
Inner class MyErrorHandler implements ErrorHandler to handle errors which
may occur
|
Exception | Description |
---|---|
MyException |
Class with our exception, used to display io exception from resolver in our window
|