Uses of Class
com.deltaxml.core.exceptions.ComparisonException
Packages that use ComparisonException
-
Uses of ComparisonException in com.deltaxml.core
Methods in com.deltaxml.core that throw ComparisonExceptionModifier 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.