Uses of Class
com.deltaxml.htmlcompare.HTMLCompareException
Packages that use HTMLCompareException
-
Uses of HTMLCompareException in com.deltaxml.htmlcompare
Subclasses of HTMLCompareException in com.deltaxml.htmlcompareModifier and TypeClassDescriptionclassSpecifies an initialization problem in HTML Compare.classIndicates that an input could not be converted into XHTML.Methods in com.deltaxml.htmlcompare that throw HTMLCompareExceptionModifier and TypeMethodDescriptionvoidvoidHTMLCompare.compare(InputSource inputA, InputSource inputB, StreamResult output) This method compares twoInputSourceand writes the result in XHTML format to aStreamResult.