Class LastCommonParentResult

java.lang.Object
org.outerj.daisy.diff.html.dom.helper.LastCommonParentResult

public class LastCommonParentResult extends Object
When detecting the last common parent of two nodes, all results are stored as a LastCommonParentResult.
  • Constructor Details

    • LastCommonParentResult

      public LastCommonParentResult()
  • Method Details

    • getLastCommonParent

      public TagNode getLastCommonParent()
    • setLastCommonParent

      public void setLastCommonParent(TagNode parent)
    • 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)