Package com.topologi.diffx.event

The event interfaces used by the Diff-X algorithm.

See:
          Description

Interface Summary
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.
 

Package com.topologi.diffx.event Description

The event interfaces used by the Diff-X algorithm.