class League / CommonMark / Node / Inline / AdjacentTextMerger
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final

AdjacentTextMerger

Methods

public static

mergeChildNodes ( Node $node ) : void

public static

mergeTextNodesBetweenExclusive ( Node $fromNode , Node $toNode ) : void

public static

mergeWithDirectlyAdjacentNodes ( Text $node ) : void

private static

mergeTextNodesInclusive ( Node $fromNode , Node $toNode ) : void

private static

mergeIfNeeded ( Text $first , Text $last ) : void