Interface ValidationListener


public interface ValidationListener
Interface to capture which schemas are matching against a specific event in the ValidatingVisitor.

All methods of this interface have a default empty implementation, so if an interface implementation is interested only about a few specific event types, there is no need to add empty overrides of the unhandles events.