Uses of Package
com.topologi.diffx.xml
Packages that use com.topologi.diffx.xml
Package
Description
The event interfaces used by the Diff-X algorithm.
The events implementations used by the Diff-X.
Classes for formatting and text processing.
A set classes and interfaces for XML processing.
DOM Extension to the XML tools.
SAX Extension to the XML tools.
-
Classes in com.topologi.diffx.xml used by com.topologi.diffx.eventClassDescriptionAn Object which implements this interface can be formatted as XML using a
toXMLmethod as a string.An Object which implements this interface can be written as XML using aXMLWriterinstance. -
Classes in com.topologi.diffx.xml used by com.topologi.diffx.event.implClassDescriptionAn Object which implements this interface can be formatted as XML using a
toXMLmethod as a string.An Object which implements this interface can be written as XML using aXMLWriterinstance.Defines a writer for XML data. -
Classes in com.topologi.diffx.xml used by com.topologi.diffx.format
-
Classes in com.topologi.diffx.xml used by com.topologi.diffx.xmlClassDescriptionException thrown when attempting to close an element when there is no corresponding open element.Exception thrown when an XML writer is closed but there is still and open element tag without it closing element.Class of exceptions thrown when a namespace is being used without being declared.Defines a writer for XML data.A base implementation for XML writers.A light object to keep track of the element.A light object to keep track of the elementsLight-weight class to represent a prefix mapping.
-
Classes in com.topologi.diffx.xml used by com.topologi.diffx.xml.domClassDescriptionException thrown when attempting to close an element when there is no corresponding open element.Defines a writer for XML data.
-
Classes in com.topologi.diffx.xml used by com.topologi.diffx.xml.saxClassDescriptionException thrown when an XML writer is closed but there is still and open element tag without it closing element.Class of exceptions thrown when a namespace is being used without being declared.An Object which implements this interface can be written as XML using a
XMLWriterinstance.Defines a writer for XML data.