org.apache.batik.bridge.svg12

Class DefaultXBLManager.DocRemovedListener

protected class DefaultXBLManager.DocRemovedListener extends Object implements EventListener

DOM node removed listener for the document.
Field Summary
protected LinkedListdefsToBeRemoved
List of definition elements to be removed from the document.
protected LinkedListimportsToBeRemoved
List of import elements to be removed from the document.
protected LinkedListnodesToBeInvalidated
List of nodes to have their XBL child lists invalidated.
Method Summary
voidhandleEvent(Event evt)
Handles the event.

Field Detail

defsToBeRemoved

protected LinkedList defsToBeRemoved
List of definition elements to be removed from the document.

importsToBeRemoved

protected LinkedList importsToBeRemoved
List of import elements to be removed from the document.

nodesToBeInvalidated

protected LinkedList nodesToBeInvalidated
List of nodes to have their XBL child lists invalidated.

Method Detail

handleEvent

public void handleEvent(Event evt)
Handles the event.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.