A B C D E F G H I L M N O P R S T U V W X

D

declarePrefixMapping(PrefixMapping) - Method in class com.topologi.diffx.format.BasicXMLFormatter
Adds the prefix mapping to this class.
declarePrefixMapping(PrefixMapping) - Method in class com.topologi.diffx.format.ConvenientXMLFormatter
Adds the prefix mapping to this class.
declarePrefixMapping(PrefixMapping) - Method in class com.topologi.diffx.format.SafeXMLFormatter
Adds the prefix mapping to this class.
declarePrefixMapping(PrefixMapping) - Method in class com.topologi.diffx.format.SmartXMLFormatter
Adds the prefix mapping to this class.
declarePrefixMapping(PrefixMapping) - Method in class com.topologi.diffx.format.StrictXMLFormatter
Adds the prefix mapping to this class.
declarePrefixMapping(PrefixMapping) - Method in interface com.topologi.diffx.format.XMLDiffXFormatter
Adds the specified prefix mapping to the formatter so that they can be dclared when needed.
DEFAULT_EXTENSION - Static variable in class com.topologi.diffx.util.XMLFilenameFilter
The XML extension to be used for filtering the files.
DEFAULT_URI - Static variable in class com.topologi.diffx.util.Constants
Deprecated. Use XMLConstants.NULL_NS_URI instead.
delete(DiffXEvent) - Method in class com.topologi.diffx.algorithm.ElementState
Updates the state from the deleted event.
delete(DiffXEvent) - Method in class com.topologi.diffx.format.BasicXMLFormatter
Formats the specified deleted event.
delete(DiffXEvent) - Method in class com.topologi.diffx.format.ConvenientXMLFormatter
 
delete(DiffXEvent) - Method in interface com.topologi.diffx.format.DiffXFormatter
Formats the specified deleted event.
delete(DiffXEvent) - Method in class com.topologi.diffx.format.MultiplexFormatter
 
delete(DiffXEvent) - Method in class com.topologi.diffx.format.SafeXMLFormatter
 
delete(DiffXEvent) - Method in class com.topologi.diffx.format.ShortStringFormatter
Writes the event as a short string preceded by '+'.
delete(DiffXEvent) - Method in class com.topologi.diffx.format.SmartXMLFormatter
 
delete(DiffXEvent) - Method in class com.topologi.diffx.format.StrictXMLFormatter
 
DELETE_NS_URI - Static variable in class com.topologi.diffx.util.Constants
The namespace URI used for elements that may have been deleted.
diff(Node, Node, String, String) - Static method in class com.topologi.diffx.Extension
Compares the two specified Nodes and returns the diff as a node.
diff(Node, Node, Writer, DiffXConfig) - Static method in class com.topologi.diffx.Main
Compares the two specified XML nodes and prints the diff onto the given writer.
diff(NodeList, NodeList, Writer, DiffXConfig) - Static method in class com.topologi.diffx.Main
Compares the two specified NodeLists and prints the diff onto the given writer.
diff(Reader, Reader, Writer, DiffXConfig) - Static method in class com.topologi.diffx.Main
Compares the two specified xml files and prints the diff onto the given writer.
diff(Reader, Reader, Writer) - Static method in class com.topologi.diffx.Main
Compares the two specified xml files and prints the diff onto the given writer.
diff(InputStream, InputStream, OutputStream) - Static method in class com.topologi.diffx.Main
Compares the two specified xml files and prints the diff onto the given writer.
DiffXAlgorithm - Interface in com.topologi.diffx.algorithm
Performs the diff comparison of sequences of events.
DiffXAlgorithmBase - Class in com.topologi.diffx.algorithm
A base class for Diff-X algorithms.
DiffXAlgorithmBase(EventSequence, EventSequence) - Constructor for class com.topologi.diffx.algorithm.DiffXAlgorithmBase
Creates a new DiffX algorithm base class.
DiffXConfig - Class in com.topologi.diffx.config
The configuration to use with a DiffX operation.
DiffXConfig() - Constructor for class com.topologi.diffx.config.DiffXConfig
Creates a new configuration for Diff-X.
DiffXConfig(TextGranularity) - Constructor for class com.topologi.diffx.config.DiffXConfig
Creates a new configuration for Diff-X.
DiffXConfig(WhiteSpaceProcessing, TextGranularity) - Constructor for class com.topologi.diffx.config.DiffXConfig
Creates a new configuration for Diff-X.
DiffXEvent - Interface in com.topologi.diffx.event
Defines and event that can be processed by DiffX.
DiffXException - Exception in com.topologi.diffx
The mother of all Diff-X exceptions.
DiffXException() - Constructor for exception com.topologi.diffx.DiffXException
Creates a new Diff-X exception.
DiffXException(String) - Constructor for exception com.topologi.diffx.DiffXException
Creates a new Diff-X exception with a given message.
DiffXException(Exception) - Constructor for exception com.topologi.diffx.DiffXException
Creates a new Diff-X exception wrapping an occurring exception.
DiffXException(String, Exception) - Constructor for exception com.topologi.diffx.DiffXException
Creates a new Diff-X exception wrapping an occurring exception.
DiffXFactory - Class in com.topologi.diffx.algorithm
Factory for creating a Diff-X algorithm instance.
DiffXFitopsy - Class in com.topologi.diffx.algorithm
Performs the diff comparison using the LCS algorithm.
DiffXFitopsy(EventSequence, EventSequence) - Constructor for class com.topologi.diffx.algorithm.DiffXFitopsy
Creates a new DiffXAlgorithmBase.
DiffXFitsy - Class in com.topologi.diffx.algorithm
Performs the diff comparison using the LCS algorithm.
DiffXFitsy(EventSequence, EventSequence) - Constructor for class com.topologi.diffx.algorithm.DiffXFitsy
Creates a new DiffXAlgorithmBase.
DiffXFitWesyma - Class in com.topologi.diffx.algorithm
Performs the diff comparison using the LCS algorithm.
DiffXFitWesyma(EventSequence, EventSequence) - Constructor for class com.topologi.diffx.algorithm.DiffXFitWesyma
Creates a new DiffXAlgorithmBase.
DiffXFormatter - Interface in com.topologi.diffx.format
An interface for formatting the output of the Diff-X algorithm.
DiffXKumarRangan - Class in com.topologi.diffx.algorithm
Performs the diff comparison using an optimized version of the linear space algorithm of S.Kiran Kumar and C.Pandu Rangan.
DiffXKumarRangan(EventSequence, EventSequence) - Constructor for class com.topologi.diffx.algorithm.DiffXKumarRangan
Creates a new DiffXAlgorithmBase.
DOMRecorder - Class in com.topologi.diffx.load
Loads a DOM documents as a sequence of events.
DOMRecorder() - Constructor for class com.topologi.diffx.load.DOMRecorder
 
DOMWriter - Interface in com.topologi.diffx.xml.dom
An XML writer which output is a DOM tree.
DOMWriterImpl - Class in com.topologi.diffx.xml.dom
A simple implementation of a DOM writer
DOMWriterImpl() - Constructor for class com.topologi.diffx.xml.dom.DOMWriterImpl
Creates a new XML writer for DOM using the default implementation on the system.
DOMWriterImpl(Document) - Constructor for class com.topologi.diffx.xml.dom.DOMWriterImpl
Creates a new XML writer for DOM.
DOUBLE_WHITESPACE - Static variable in class com.topologi.diffx.event.impl.SpaceEvent
A static instance for the double white spaces.

A B C D E F G H I L M N O P R S T U V W X