Class DefaultXBLManager.DocRemovedListener

  • All Implemented Interfaces:
    org.w3c.dom.events.EventListener
    Enclosing class:
    DefaultXBLManager

    protected class DefaultXBLManager.DocRemovedListener
    extends java.lang.Object
    implements org.w3c.dom.events.EventListener
    DOM node removed listener for the document.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.LinkedList defsToBeRemoved
      List of definition elements to be removed from the document.
      protected java.util.LinkedList importsToBeRemoved
      List of import elements to be removed from the document.
      protected java.util.LinkedList nodesToBeInvalidated
      List of nodes to have their XBL child lists invalidated.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DocRemovedListener()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleEvent​(org.w3c.dom.events.Event evt)
      Handles the event.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • defsToBeRemoved

        protected java.util.LinkedList defsToBeRemoved
        List of definition elements to be removed from the document.
      • importsToBeRemoved

        protected java.util.LinkedList importsToBeRemoved
        List of import elements to be removed from the document.
      • nodesToBeInvalidated

        protected java.util.LinkedList nodesToBeInvalidated
        List of nodes to have their XBL child lists invalidated.
    • Constructor Detail

      • DocRemovedListener

        protected DocRemovedListener()
    • Method Detail

      • handleEvent

        public void handleEvent​(org.w3c.dom.events.Event evt)
        Handles the event.
        Specified by:
        handleEvent in interface org.w3c.dom.events.EventListener