Uses of Class
com.topologi.diffx.DiffXException
Packages that use DiffXException
Package
Description
The core set of classes used by Diff-X.
Main algorithm implementations.
The set of classes used to produce the sequences that Diff-X will process.
-
Uses of DiffXException in com.topologi.diffx
Methods in com.topologi.diffx that throw DiffXExceptionModifier and TypeMethodDescriptionstatic voidprivate static voidExtension.diff(EventSequence seq1, EventSequence seq2, Writer out, DiffXConfig config) Compares the two specified xml files and prints the diff onto the given writer.static NodeCompares the two specifiedNodes and returns the diff as a node.private static voidMain.diff(EventSequence seq1, EventSequence seq2, Writer out, DiffXConfig config) Compares the two specified xml files and prints the diff onto the given writer.static voidMain.diff(InputStream xml1, InputStream xml2, OutputStream out) Compares the two specified xml files and prints the diff onto the given writer.static voidCompares the two specified xml files and prints the diff onto the given writer.static voidMain.diff(Reader xml1, Reader xml2, Writer out, DiffXConfig config) Compares the two specified xml files and prints the diff onto the given writer.static voidMain.diff(NodeList xml1, NodeList xml2, Writer out, DiffXConfig config) Compares the two specifiedNodeLists and prints the diff onto the given writer.static voidMain.diff(Node xml1, Node xml2, Writer out, DiffXConfig config) Compares the two specified XML nodes and prints the diff onto the given writer.static booleanMain.equivalent(File xml1, File xml2) Returnstrueif the two specified files are XML equivalent by looking at the sequence SAX events reported an XML reader.static booleanMain.equivalent(InputStream xml1, InputStream xml2) Returnstrueif the two specified input streams are equivalent by looking at the sequence SAX events reported an XML reader.static booleanMain.equivalent(Reader xml1, Reader xml2) Returnstrueif the two specified readers are equivalent by looking at the sequence SAX events reported an XML reader.static voidDocx4jDriver.mainDiff(EventSequence seq1, EventSequence seq2, SmartXMLFormatter formatter, DiffXConfig config) -
Uses of DiffXException in com.topologi.diffx.algorithm
Subclasses of DiffXException in com.topologi.diffx.algorithmModifier and TypeClassDescriptionfinal classClass of exceptions thrown when a factory method failed to produce the desired object. -
Uses of DiffXException in com.topologi.diffx.load
Subclasses of DiffXException in com.topologi.diffx.loadModifier and TypeClassDescriptionfinal classClass of exceptions occurring when trying to load data for Diff-X.