public class ListElement extends MarkupElement.NonEmptyChildElement
| Modifier and Type | Class and Description |
|---|---|
static class |
ListElement.ListEntryElement |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEM_LI |
static java.lang.String |
ELEMENT |
ATTR_END, ATTR_START| Constructor and Description |
|---|
ListElement(int start,
int end,
java.util.List<ListElement.ListEntryElement> entries)
Create a new List element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
appendInnerXml(org.jivesoftware.smack.util.XmlStringBuilder xml) |
java.lang.String |
getElementName() |
java.util.List<ListElement.ListEntryElement> |
getEntries()
Return a list of all list entries.
|
afterXmlPreludegetEnd, getNamespace, getStart, toXMLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String ELEMENT
public static final java.lang.String ELEM_LI
public ListElement(int start,
int end,
java.util.List<ListElement.ListEntryElement> entries)
start - start index of the listend - end index of the listentries - list entriespublic java.util.List<ListElement.ListEntryElement> getEntries()
public java.lang.String getElementName()
public void appendInnerXml(org.jivesoftware.smack.util.XmlStringBuilder xml)
appendInnerXml in class MarkupElement.NonEmptyChildElement