See: Description
Interface | Description |
---|---|
Constants | |
ValidateHook |
A ValidateHook is notified by the XML editor before and after a document
is checked for validity.
|
Enum | Description |
---|---|
Reason |
The reason why
ValidateHook.checkingDocument(com.xmlmind.xml.doc.Document, com.xmlmind.xmleditapp.validatehook.Reason, java.net.URL) is being invoked. |
A ValidateHook interface allows to perform the semantic validation of a document (that is, check business rules), a task that schemas alone cannot achieve.