Class MarkupElement.Builder.ListBuilder

    • Method Detail

      • addEntry

        public MarkupElement.Builder.ListBuilder addEntry​(int start,
                                                          int end)
        Add an entry to the list. The start index of an entry must correspond to the end index of the previous entry (if a previous entry exists.)
        Parameters:
        start - start index
        end - end index
        Returns:
        list builder