Class ComparedHtmlDocumentObjects

All Implemented Interfaces:
IComparedObjects<HtmlDocument>, Cloneable

public class ComparedHtmlDocumentObjects extends AbstractComparedEmfObjects<HtmlDocument>
Compared objects container for the HtmlDocument.
  • Constructor Details

    • ComparedHtmlDocumentObjects

      public ComparedHtmlDocumentObjects()
      Constructs an instance of the object. Used for cloning purposes.
    • ComparedHtmlDocumentObjects

      public ComparedHtmlDocumentObjects(HtmlDocument mainHtmlDocument, HtmlDocument otherHtmlDocument, HtmlDocument ancestorHtmlDocument)
      Constructs a provider with the specified Html documents.
      Parameters:
      mainHtmlDocument - the main Html document, may be null
      otherHtmlDocument - the other Html document, may be null
      ancestorHtmlDocument - the common ancestor Html document, may be null