Skip navigation links

Package com.xmlmind.xmleditapp.validatehook

An object implementing the ValidateHook interface is notified by the XML editor before and after a document is checked for validity.

See: Description

Package com.xmlmind.xmleditapp.validatehook Description

An object implementing the ValidateHook interface is notified by the XML editor before and after a document is checked for validity.

A ValidateHook interface allows to perform the semantic validation of a document (that is, check business rules), a task that schemas alone cannot achieve.

Skip navigation links