Uses of Class
com.deltaxml.core.exceptions.ComparisonCancelledException
Packages that use ComparisonCancelledException
Package
Description
DeltaNova XML Compare API
DeltaNova DITA Compare API.
DeltaNova DITA Merge API
DeltaNova Docbook Compare API
DeltaNova HTML Compare API.
DeltaNova XML Merge API
This package is used to define the interfaces and classes that are common to all of the merge products.
DeltaNova PDF Compare API.
-
Uses of ComparisonCancelledException in com.deltaxml.core
Methods in com.deltaxml.core that throw ComparisonCancelledExceptionModifier and TypeMethodDescriptionvoidDocumentComparator.comparePartial(InputSource a, InputSource b, StreamResult result) Run partial comparison up to Part 2 of output chain - used for DITA Map Topicset comparisons.booleanCompares two File inputs and returns whether they're equal.booleanPipelinedComparator.isEqual(InputStream a, String systemIdA, InputStream b, String systemIdB) Compares two InputStream inputs and returns whether they're equal.booleanCompares two Reader inputs and returns whether they're equal.booleanCompares two String inputs and returns whether they're equal.booleanCompares two URL inputs and returns whether they're equal.booleanPipelinedComparator.isEqual(net.sf.saxon.s9api.XdmNode a, net.sf.saxon.s9api.XdmNode b) Compares two XdmNode inputs and returns whether they're equal.booleanPipelinedComparator.isEqual(InputSource is1, InputSource is2) Compares two InputSource inputs and returns whether they're equal. -
Uses of ComparisonCancelledException in com.deltaxml.dita
Methods in com.deltaxml.dita that throw ComparisonCancelledExceptionModifier and TypeMethodDescriptionvoidCompares two File inputs to produce a File result.voidDitaMapfileCompare.compare(InputStream is1, String systemId1, InputStream is2, String systemId2, OutputStream result) Compares two input streams to produce an output stream result.voidCompares two input reader (character streams) to produce an output writer result.Compares two XML string inputs to produce an XML string result.voidDitaMapfileCompare.compare(InputSource input1, InputSource input2, StreamResult result) Compares two InputSource inputs to produce a StreamResult. -
Uses of ComparisonCancelledException in com.deltaxml.ditamerge
Methods in com.deltaxml.ditamerge that throw ComparisonCancelledExceptionModifier and TypeMethodDescriptionvoidConcurrentMerge.addVersion(File file, String version) Adds a version with a File input.voidConcurrentMerge.addVersion(InputStream is, String systemId, String version) Adds a version with an input stream input.voidConcurrentMerge.addVersion(Reader r, String systemId, String version) Adds a version with a File input.voidConcurrentMerge.addVersion(URL url, String version) Adds a version with a URL input.voidSequentialMerge.addVersion(File file, String version) Adds a version with a File input.voidSequentialMerge.addVersion(InputStream is, String systemId, String version) Adds a version with an input stream input.voidSequentialMerge.addVersion(Reader r, String systemId, String version) Adds a version with a File input.voidSequentialMerge.addVersion(URL url, String version) Adds a version with a URL input.voidThreeWayMerge.addVersion(File file, String version) Adds a version with a File input.voidThreeWayMerge.addVersion(InputStream is, String systemId, String version) Adds a version with an input stream input.voidThreeWayMerge.addVersion(Reader r, String systemId, String version) Adds a version with a File input.voidThreeWayMerge.addVersion(URL url, String version) Adds a version with a URL input.voidThis method is used to perform three way merge of DITA inputs.voidThreeWayMerge.merge(InputStream ancestor, String systemIdAncestor, InputStream edit1, String systemIdEdit1, InputStream edit2, String systemIdEdit2, OutputStream result) This method is used to perform three way merge of InputStreams.voidThreeWayMerge.merge(Reader ancestor, String systemIdAncestor, Reader edit1, String systemIdEdit1, Reader edit2, String systemIdEdit2, Writer result) This method is used to perform three way merge with Readers. -
Uses of ComparisonCancelledException in com.deltaxml.docbook
Methods in com.deltaxml.docbook that throw ComparisonCancelledExceptionModifier and TypeMethodDescriptionvoidCompares two File inputs to produce a File result.voidDocBookCompare.compare(InputStream is1, String systemId1, InputStream is2, String systemId2, OutputStream result) Compares two input streams to produce an output stream result.voidCompares two input reader (character streams) to produce an output writer result.Compares two XML string inputs to produce an XML string result.voidDocBookCompare.compare(InputSource input1, InputSource input2, StreamResult result) Compares two InputSource inputs to produce a StreamResult. -
Uses of ComparisonCancelledException in com.deltaxml.htmlcompare
Methods in com.deltaxml.htmlcompare that throw ComparisonCancelledExceptionModifier and TypeMethodDescriptionvoidvoidHTMLCompare.compare(InputSource inputA, InputSource inputB, StreamResult output) This method compares twoInputSourceand writes the result in XHTML format to aStreamResult. -
Uses of ComparisonCancelledException in com.deltaxml.merge
Methods in com.deltaxml.merge that throw ComparisonCancelledExceptionModifier and TypeMethodDescriptionvoidConcurrentMerge.addVersion(File file, String version) Adds a version with a File input.voidConcurrentMerge.addVersion(InputStream is, String systemId, String version) Adds a version with an input stream input.voidConcurrentMerge.addVersion(Reader r, String systemId, String version) Adds a version with a File input.voidConcurrentMerge.addVersion(URL url, String version) Adds a version with a URL input.voidSequentialMerge.addVersion(File file, String version) Adds a version with a File input.voidSequentialMerge.addVersion(InputStream is, String systemId, String version) Adds a version with an input stream input.voidSequentialMerge.addVersion(Reader r, String systemId, String version) Adds a version with a File input.voidSequentialMerge.addVersion(URL url, String version) Adds a version with a URL input.voidThreeWayMerge.addVersion(File file, String version) Adds a version with a File input.voidThreeWayMerge.addVersion(InputStream is, String systemId, String version) Adds a version with an input stream input.voidThreeWayMerge.addVersion(Reader r, String systemId, String version) Adds a version with a File input.voidThreeWayMerge.addVersion(URL url, String version) Adds a version with a URL input.voidThis method is used to perform three way merge of File inputs.voidThreeWayMerge.merge(InputStream ancestor, String systemIdAncestor, InputStream edit1, String systemIdEdit1, InputStream edit2, String systemIdEdit2, OutputStream result) This method is used to perform three way merge of InputStreams.voidThreeWayMerge.merge(Reader ancestor, String systemIdAncestor, Reader edit1, String systemIdEdit1, Reader edit2, String systemIdEdit2, Writer result) This method is used to perform three way merge with Readers. -
Uses of ComparisonCancelledException in com.deltaxml.mergecommon
Methods in com.deltaxml.mergecommon that throw ComparisonCancelledExceptionModifier and TypeMethodDescriptionvoidMergeBase.addVersion(File file, String version) Adds a version with a File input.voidMergeBase.addVersion(InputStream is, String systemId, String version) Adds a version with an input stream input.voidMergeBase.addVersion(Reader r, String systemId, String version) Adds a version with a File input.voidMergeBase.addVersion(URL url, String version) Adds a version with a URL input. -
Uses of ComparisonCancelledException in com.deltaxml.pdfcompare
Methods in com.deltaxml.pdfcompare that throw ComparisonCancelledExceptionModifier and TypeMethodDescriptionvoidCompares the 2 provided input files and produces the result in the provided resultFile file.voidCompares the 2 provided input file paths and produces the result in the provided resultPath file.