Class MarkupElement.Builder.ListBuilder
- java.lang.Object
-
- org.jivesoftware.smackx.message_markup.element.MarkupElement.Builder.ListBuilder
-
- Enclosing class:
- MarkupElement.Builder
public static final class MarkupElement.Builder.ListBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MarkupElement.Builder.ListBuilder
addEntry(int start, int end)
Add an entry to the list.MarkupElement.Builder
endList()
End the list.
-
-
-
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 indexend
- end index- Returns:
- list builder
-
endList
public MarkupElement.Builder endList()
End the list.- Returns:
- builder TODO javadoc me please
-
-