Uses of Interface
com.topologi.diffx.xml.XMLFormattable
Packages that use XMLFormattable
Package
Description
The event interfaces used by the Diff-X algorithm.
The events implementations used by the Diff-X.
-
Uses of XMLFormattable in com.topologi.diffx.event
Subinterfaces of XMLFormattable in com.topologi.diffx.eventModifier and TypeInterfaceDescriptioninterfaceAn event for attributes.interfaceThe event corresponding to theendElementSAX event.interfaceDefines and event that can be processed by DiffX.interfaceThe event corresponding to thestartElementSAX event.interfaceAn interface for any data that comes from a text node. -
Uses of XMLFormattable in com.topologi.diffx.event.impl
Classes in com.topologi.diffx.event.impl that implement XMLFormattableModifier and TypeClassDescriptionfinal classA basic implementation of the attribute event.final classA namespace aware implementation of the attribute event.final classAn event corresponds to the "characters" SAX event.classA base class for all the characters events "characters" SAX event.final classEvent corresponding to a single character.final classA basic implementation of the close element event.final classThe event corresponding to thestartElementSAX event.final classA comment event.(package private) classA base class for DiffX events.final classA particular type of event reserved for ignored white spaces.final classAn interface for any data that comes from a text node.final classA basic implementation of the close element event.final classThe event corresponding to thestartElementSAX event.final classA processing instruction event.final classA particular type of event reserved for white spaces.final classA text event representing a word.final classA branch of XML data.