Class MarkupElement.Builder.ListBuilder
java.lang.Object
org.jivesoftware.smackx.message_markup.element.MarkupElement.Builder.ListBuilder
- Enclosing class:
 - MarkupElement.Builder
 
- 
Method Details
- 
addEntry
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
End the list.- Returns:
 - builder TODO javadoc me please
 
 
 -