Class ListElement.ListEntryElement
- java.lang.Object
-
- org.jivesoftware.smackx.message_markup.element.ListElement.ListEntryElement
-
- All Implemented Interfaces:
Element
,ExtensionElement
,FullyQualifiedElement
,NamedElement
,XmlLangElement
- Enclosing class:
- ListElement
public static class ListElement.ListEntryElement extends java.lang.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 java.lang.String
getElementName()
Returns the root element name.java.lang.String
getNamespace()
Returns the root element XML namespace.int
getStart()
Return the start index of this entry.XmlStringBuilder
toXML(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.FullyQualifiedElement
getLanguage, getQName
-
-
-
-
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 java.lang.String getElementName()
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-
getNamespace
public java.lang.String getNamespace()
Description copied from interface:FullyQualifiedElement
Returns the root element XML namespace.- Specified by:
getNamespace
in interfaceFullyQualifiedElement
- Returns:
- the namespace.
-
toXML
public XmlStringBuilder toXML(XmlEnvironment enclosingNamespace)
-
-