Uses of Interface
com.topologi.diffx.event.CloseElementEvent

Packages that use CloseElementEvent
com.topologi.diffx.event.impl The events implementations used by the Diff-X. 
 

Uses of CloseElementEvent in com.topologi.diffx.event.impl
 

Classes in com.topologi.diffx.event.impl that implement CloseElementEvent
 class CloseElementEventImpl
          A basic implementation of the close element event.
 class CloseElementEventNSImpl
          The event corresponding to the startElement SAX event.
 

Methods in com.topologi.diffx.event.impl that return CloseElementEvent
 CloseElementEvent EventFactory.makeCloseElement(OpenElementEvent open)
          Returns the close element event from the corresponding open element event.