Class SeparatingNode

All Implemented Interfaces:
Cloneable

public class SeparatingNode extends TextNode
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.
  • Constructor Details

    • SeparatingNode

      public SeparatingNode(TagNode parent)
  • Method Details