public static final class MarkupElement.Builder.ListBuilder extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
MarkupElement.Builder.ListBuilder |
addEntry(int start,
int end)
Add an entry to the list.
|
MarkupElement.Builder |
endList()
End the list.
|
public MarkupElement.Builder.ListBuilder addEntry(int start, int end)
start - start indexend - end indexpublic MarkupElement.Builder endList()