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 implementations used by the Diff-X. 
com.topologi.diffx.xml A set classes and interfaces for XML processing. 
com.topologi.diffx.xml.dom DOM Extension to the XML tools. 
com.topologi.diffx.xml.sax SAX Extension to the XML tools. 
 

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
IllegalCloseElementException
          Exception thrown when attempting to close an element when there is no corresponding open element.
UnclosedElementException
          Exception thrown when an XML writer is closed but there is still and open element tag without it closing element.
XMLWriter
          Defines a writer for XML data.
 

Classes in com.topologi.diffx.xml used by com.topologi.diffx.xml.dom
IllegalCloseElementException
          Exception thrown when attempting to close an element when there is no corresponding open element.
XMLWriter
          Defines a writer for XML data.
 

Classes in com.topologi.diffx.xml used by com.topologi.diffx.xml.sax
UnclosedElementException
          Exception thrown when an XML writer is closed but there is still and open element tag without it closing element.
XMLWritable
          An Object which implements this interface can be written as XML using a XMLWriter instance.
XMLWriter
          Defines a writer for XML data.