Uses of Package
com.topologi.diffx.event

Packages that use com.topologi.diffx.event
com.topologi.diffx.algorithm Main algorithm implementations. 
com.topologi.diffx.event The event interfaces used by the Diff-X algorithm. 
com.topologi.diffx.event.impl The events implementations used by the Diff-X. 
com.topologi.diffx.format Classes for formatting and text processing. 
com.topologi.diffx.load.text The set of classes to load characters / text data specifically. 
com.topologi.diffx.sequence Sequences and sequence utility tools. 
 

Classes in com.topologi.diffx.event used by com.topologi.diffx.algorithm
DiffXEvent
          Defines and event that can be processed by DiffX.
OpenElementEvent
          The event corresponding to the startElement SAX event.
 

Classes in com.topologi.diffx.event used by com.topologi.diffx.event
DiffXEvent
          Defines and event that can be processed by DiffX.
OpenElementEvent
          The event corresponding to the startElement SAX event.
 

Classes in com.topologi.diffx.event used by com.topologi.diffx.event.impl
AttributeEvent
          An event for attributes.
CloseElementEvent
          The event corresponding to the endElement SAX event.
DiffXEvent
          Defines and event that can be processed by DiffX.
OpenElementEvent
          The event corresponding to the startElement SAX event.
TextEvent
          An interface for any data that comes from a text node.
 

Classes in com.topologi.diffx.event used by com.topologi.diffx.format
DiffXEvent
          Defines and event that can be processed by DiffX.
 

Classes in com.topologi.diffx.event used by com.topologi.diffx.load.text
TextEvent
          An interface for any data that comes from a text node.
 

Classes in com.topologi.diffx.event used by com.topologi.diffx.sequence
DiffXEvent
          Defines and event that can be processed by DiffX.