Package org.outerj.daisy.diff.html.dom
Class SeparatingNode
java.lang.Object
org.outerj.daisy.diff.html.dom.Node
org.outerj.daisy.diff.html.dom.TextNode
org.outerj.daisy.diff.html.dom.SeparatingNode
- All Implemented Interfaces:
Cloneable
This is an artificial text node whose sole purpose is to separate
text nodes, so that they cannot be treated as a continuous text flow
by the RangeDifferencer.
Such nodes will be created between two text nodes, when they really
are separate, e.g. in two successive table cells.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.outerj.daisy.diff.html.dom.TextNode
copyTree, getLeftMostChild, getMinimalDeletedSet, getModification, getRightMostChild, getText, isSameText, setModification, toString
Methods inherited from class org.outerj.daisy.diff.html.dom.Node
detectIgnorableWhiteSpace, getLastCommonParent, getParent, getParentTree, getRoot, inPre, isWhiteAfter, isWhiteBefore, setParent, setRoot, setWhiteAfter, setWhiteBefore