Package org.apache.batik.bridge.svg12
Class DefaultXBLManager.DocRemovedListener
java.lang.Object
org.apache.batik.bridge.svg12.DefaultXBLManager.DocRemovedListener
- All Implemented Interfaces:
EventListener
- Enclosing class:
- DefaultXBLManager
DOM node removed listener for the document.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LinkedList
List of definition elements to be removed from the document.protected LinkedList
List of import elements to be removed from the document.protected LinkedList
List of nodes to have their XBL child lists invalidated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
defsToBeRemoved
List of definition elements to be removed from the document. -
importsToBeRemoved
List of import elements to be removed from the document. -
nodesToBeInvalidated
List of nodes to have their XBL child lists invalidated.
-
-
Constructor Details
-
DocRemovedListener
protected DocRemovedListener()
-
-
Method Details
-
handleEvent
Handles the event.- Specified by:
handleEvent
in interfaceEventListener
-