Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
X
D
DEFAULT_URI
- Static variable in class com.topologi.diffx.
Constants
The default URI (empty).
DELETE_NS
- Static variable in class com.topologi.diffx.
Constants
The namespace used for elements that may have been deleted.
DOMRecorder
- class com.topologi.diffx.load.
DOMRecorder
.
Loads a DOM documents as a sequence of events.
DOMRecorder()
- Constructor for class com.topologi.diffx.load.
DOMRecorder
DOUBLE_WHITESPACE
- Static variable in class com.topologi.diffx.event.impl.
SpaceEvent
A static instance for the double whitespaces.
DiffXAlgorithm
- interface com.topologi.diffx.algorithm.
DiffXAlgorithm
.
Performs the diff comparison of sequences of events.
DiffXAlgorithmBase
- class com.topologi.diffx.algorithm.
DiffXAlgorithmBase
.
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 com.topologi.diffx.config.
DiffXConfig
.
The configuration to use with a DiffX operation.
DiffXConfig()
- Constructor for class com.topologi.diffx.config.
DiffXConfig
Creates a new configuration for DiffX
DiffXEvent
- interface com.topologi.diffx.event.
DiffXEvent
.
Defines and event that can be processed by DiffX.
DiffXException
- exception com.topologi.diffx.
DiffXException
.
The mother of all Diff-X exceptions.
DiffXException()
- Constructor for class com.topologi.diffx.
DiffXException
Creates a new Diff-X exception.
DiffXException(String)
- Constructor for class com.topologi.diffx.
DiffXException
Creates a new Diff-X exception with a given message.
DiffXException(Exception)
- Constructor for class com.topologi.diffx.
DiffXException
Creates a new Diff-X exception wrapping an occuring exception.
DiffXException(String, Exception)
- Constructor for class com.topologi.diffx.
DiffXException
Creates a new Diff-X exception wrapping an occuring exception.
DiffXFactory
- class com.topologi.diffx.algorithm.
DiffXFactory
.
Factory for creating a Diff-X algorithm instance.
DiffXFitWesyma
- class com.topologi.diffx.algorithm.
DiffXFitWesyma
.
Performs the diff comparison using the LCS algorithm.
DiffXFitWesyma(EventSequence, EventSequence)
- Constructor for class com.topologi.diffx.algorithm.
DiffXFitWesyma
Creates a new DiffXAlgorithmBase.
DiffXFitopsy
- class com.topologi.diffx.algorithm.
DiffXFitopsy
.
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 com.topologi.diffx.algorithm.
DiffXFitsy
.
Performs the diff comparison using the LCS algorithm.
DiffXFitsy(EventSequence, EventSequence)
- Constructor for class com.topologi.diffx.algorithm.
DiffXFitsy
Creates a new DiffXAlgorithmBase.
DiffXFormatter
- interface com.topologi.diffx.format.
DiffXFormatter
.
An interface for formatting the output of the Diff-X algorithm.
DiffXKumarRangan
- class com.topologi.diffx.algorithm.
DiffXKumarRangan
.
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.
declarePrefixMapping(PrefixMapping)
- Method in class com.topologi.diffx.format.
SmartXMLFormatter
Adds the prefix mapping to this class.
delete(DiffXEvent)
- Method in interface com.topologi.diffx.format.
DiffXFormatter
Formats the specified deleted event.
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
diff(Node, Node, 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, 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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
W
X