Class EventHandlerList

    • Constructor Detail

      • EventHandlerList

        public EventHandlerList()
      • EventHandlerList

        public EventHandlerList​(org.w3c.dom.Node root)
        Class constructor. Creates a new instance of the EventHandlerList, initializing it with the information provided on an xml Node.
        Parameters:
        root - Node instance representing the different exportformats information.
      • EventHandlerList

        public EventHandlerList​(org.w3c.dom.Document doc)
        Class constructor. Creates a new instance of the EventHandlerList, initializing it with the information provided on an xml Document.
        Parameters:
        doc - DOM Document with information to initialize this class