Uses of Class
com.topologi.diffx.config.DiffXConfig
Packages that use DiffXConfig
Package
Description
The core set of classes used by Diff-X.
Classes for formatting and text processing.
The set of classes used to produce the sequences that Diff-X will process.
The set of classes to load characters / text data specifically.
-
Uses of DiffXConfig in com.topologi.diffx
Methods in com.topologi.diffx that return DiffXConfigModifier and TypeMethodDescriptionprivate static DiffXConfigReturns the Diff-X config for the specified argument as String.Methods in com.topologi.diffx with parameters of type DiffXConfigModifier and TypeMethodDescriptionprivate 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.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(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 voidDocx4jDriver.mainDiff(EventSequence seq1, EventSequence seq2, SmartXMLFormatter formatter, DiffXConfig config) private static NodeExtension.toNode(String xml, DiffXConfig config, String factory) Returns a node for the specified string value. -
Uses of DiffXConfig in com.topologi.diffx.format
Fields in com.topologi.diffx.format declared as DiffXConfigModifier and TypeFieldDescriptionprivate DiffXConfigBasicXMLFormatter.configThe DiffX configuration to useprivate DiffXConfigConvenientXMLFormatter.configThe DiffX configuration to useprivate DiffXConfigSafeXMLFormatter.configThe DiffX configuration to useprivate DiffXConfigSmartXMLFormatter.configThe DiffX configuration to useprivate DiffXConfigStrictXMLFormatter.configThe DiffX configuration to useMethods in com.topologi.diffx.format with parameters of type DiffXConfigModifier and TypeMethodDescriptionvoidBasicXMLFormatter.setConfig(DiffXConfig config) voidConvenientXMLFormatter.setConfig(DiffXConfig config) voidDiffXFormatter.setConfig(DiffXConfig config) Sets the configuration to use with this formatter.voidMultiplexFormatter.setConfig(DiffXConfig config) voidSafeXMLFormatter.setConfig(DiffXConfig config) voidShortStringFormatter.setConfig(DiffXConfig config) Ignored.voidSmartXMLFormatter.setConfig(DiffXConfig config) voidStrictXMLFormatter.setConfig(DiffXConfig config) -
Uses of DiffXConfig in com.topologi.diffx.load
Fields in com.topologi.diffx.load declared as DiffXConfigModifier and TypeFieldDescriptionprivate DiffXConfigDOMRecorder.configThe DiffX configuration to useprivate DiffXConfigSAXRecorder.configThe DiffX configuration to useMethods in com.topologi.diffx.load that return DiffXConfigModifier and TypeMethodDescriptionDOMRecorder.getConfig()Returns the configuration used by this recorder.SAXRecorder.getConfig()Returns the configuration used by this recorder.Methods in com.topologi.diffx.load with parameters of type DiffXConfigModifier and TypeMethodDescriptionvoidDOMRecorder.setConfig(DiffXConfig config) Sets the configuration used by this recorder.voidSAXRecorder.setConfig(DiffXConfig config) Sets the configuration used by this recorder. -
Uses of DiffXConfig in com.topologi.diffx.load.text
Methods in com.topologi.diffx.load.text with parameters of type DiffXConfigModifier and TypeMethodDescriptionstatic TextTokenizerTokenizerFactory.get(DiffXConfig config) Returns the text tokenizer.