Package sk.uniba.euromath.gene.changetracker

Contains classes that provide description how a DOM document / Object has changed.

See:
          Description

Interface Summary
ChangeCollector Interface that all change collectors must implement.
 

Class Summary
DOMChangeCollector Collects changes to DOM document.
ObjectChangeCollector Implements basic object change collector.
 

Package sk.uniba.euromath.gene.changetracker Description

Contains classes that provide description how a DOM document / Object has changed. Each change collector must implement the ChangeCollector interface. If you need to provide changes for DOM document, use DOMChangeCollector class. If you need to provide changes for Object source, you may use a simple ObjectChangeCollector class, but more likely you will need to implement your own change collector.

Maintainer: Martin Vysny



Copyright 2003-2003-2006 null. All Rights Reserved.