Interface XMLParserNotificationListener


  • public interface XMLParserNotificationListener
    The interface that receives XMLEventParserContext notifications.
    • Method Detail

      • notify

        void notify​(XMLParserNotification notification)
        Receives notification events from the parser context.
        Parameters:
        notification - the notification object containing the notificaton type and data.