Class ComparedHtmlDocumentObjects
java.lang.Object
com._1c.g5.v8.dt.compare.model.ComparedObjects<T>
com._1c.g5.v8.dt.compare.model.AbstractComparedEmfObjects<HtmlDocument>
com._1c.g5.v8.dt.internal.htmldocument.compare.ComparedHtmlDocumentObjects
- All Implemented Interfaces:
IComparedObjects<HtmlDocument>
,Cloneable
Compared objects container for the
HtmlDocument
.-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an instance of the object.ComparedHtmlDocumentObjects
(HtmlDocument mainHtmlDocument, HtmlDocument otherHtmlDocument, HtmlDocument ancestorHtmlDocument) Constructs a provider with the specified Html documents. -
Method Summary
Methods inherited from class com._1c.g5.v8.dt.compare.model.AbstractComparedEmfObjects
getEClass
Methods inherited from class com._1c.g5.v8.dt.compare.model.ComparedObjects
clone, getCommonAncestorObject, getComparedObject, getMainObject, getObjectSide, getOrder, getOtherObject, getPath, setComparedObject, setOrder, setPath
-
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 benull
otherHtmlDocument
- the other Html document, may benull
ancestorHtmlDocument
- the common ancestor Html document, may benull
-