Class TextNodeMergingList


  • public class TextNodeMergingList
    extends Object
    • Constructor Detail

      • TextNodeMergingList

        public TextNodeMergingList()
    • Method Detail

      • add

        public void add​(com.vladsch.flexmark.util.ast.Node node)
      • add

        public void add​(com.vladsch.flexmark.util.sequence.BasedSequence nodeChars)
      • addChildrenOf

        public void addChildrenOf​(com.vladsch.flexmark.util.ast.Node parent)
      • appendMergedTo

        public void appendMergedTo​(com.vladsch.flexmark.util.ast.Node parent)
      • clear

        public void clear()
      • insertMergedBefore

        public void insertMergedBefore​(com.vladsch.flexmark.util.ast.Node sibling)
      • insertMergedAfter

        public void insertMergedAfter​(com.vladsch.flexmark.util.ast.Node sibling)
      • getMergedList

        public List<com.vladsch.flexmark.util.ast.Node> getMergedList()