Class ListElement.ListEntryElement
- java.lang.Object
-
- org.jivesoftware.smackx.message_markup.element.ListElement.ListEntryElement
-
- All Implemented Interfaces:
Element,ExtensionElement,NamedElement,XmlElement,XmlLangElement
- Enclosing class:
- ListElement
public static class ListElement.ListEntryElement extends Object implements ExtensionElement
-
-
Constructor Summary
Constructors Constructor Description ListEntryElement(int start)Create a new ListEntry element.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetElementName()Returns the root element name.StringgetNamespace()Returns the root element XML namespace.intgetStart()Return the start index of this entry.XmlStringBuildertoXML(XmlEnvironment enclosingNamespace)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
-
-
-
Field Detail
-
ELEMENT
public static final String ELEMENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ListEntryElement
public ListEntryElement(int start)
Create a new ListEntry element.- Parameters:
start- start index
-
-
Method Detail
-
getStart
public int getStart()
Return the start index of this entry.- Returns:
- start index
-
getElementName
public String getElementName()
Description copied from interface:NamedElementReturns the root element name.- Specified by:
getElementNamein interfaceNamedElement- Returns:
- the element name.
-
getNamespace
public String getNamespace()
Description copied from interface:XmlElementReturns the root element XML namespace.- Specified by:
getNamespacein interfaceXmlElement- Returns:
- the namespace.
-
toXML
public XmlStringBuilder toXML(XmlEnvironment enclosingNamespace)
-
-