Class LastCommonParentResult
java.lang.Object
org.outerj.daisy.diff.html.dom.helper.LastCommonParentResult
When detecting the last common parent of two nodes, all results are stored as
a
LastCommonParentResult
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
void
setIndexInLastCommonParent
(int index) void
setLastCommonParent
(TagNode parent) void
setLastCommonParentDepth
(int depth) void
-
Constructor Details
-
LastCommonParentResult
public LastCommonParentResult()
-
-
Method Details
-
getLastCommonParent
-
setLastCommonParent
-
isSplittingNeeded
public boolean isSplittingNeeded() -
setSplittingNeeded
public void setSplittingNeeded() -
getLastCommonParentDepth
public int getLastCommonParentDepth() -
setLastCommonParentDepth
public void setLastCommonParentDepth(int depth) -
getIndexInLastCommonParent
public int getIndexInLastCommonParent() -
setIndexInLastCommonParent
public void setIndexInLastCommonParent(int index)
-