Uses of Package
com.topologi.diffx.xml

Packages that use com.topologi.diffx.xml
com.topologi.diffx.event The event interfaces used by the Diff-X algorithm. 
com.topologi.diffx.event.impl The events implemnentations used by the Diff-X algorithm. 
com.topologi.diffx.xml A set classes and interfaces for XML processing. 
 

Classes in com.topologi.diffx.xml used by com.topologi.diffx.event
XMLFormattable
          An Object which implements this interface can be formatted as XML using a toXML method as a string.
XMLWritable
          An Object which implements this interface can be written as XML using a XMLWriter instance.
 

Classes in com.topologi.diffx.xml used by com.topologi.diffx.event.impl
XMLFormattable
          An Object which implements this interface can be formatted as XML using a toXML method as a string.
XMLWritable
          An Object which implements this interface can be written as XML using a XMLWriter instance.
XMLWriter
          Defines a writer for XML data.
 

Classes in com.topologi.diffx.xml used by com.topologi.diffx.xml
XMLWriter
          Defines a writer for XML data.