Class Nodes

java.lang.Object
org.commonmark.node.Nodes

public class Nodes extends Object
Utility class for working with multiple Nodes.
Since:
0.16.0
  • Constructor Details

    • Nodes

      private Nodes()
  • Method Details

    • between

      public static Iterable<Node> between(Node start, Node end)
      The nodes between (not including) start and end.