public static class ChatMarkersElements.ReceivedExtension extends Object implements ExtensionElement
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT
received element.
|
| Constructor and Description |
|---|
ReceivedExtension(String id) |
| Modifier and Type | Method and Description |
|---|---|
static ChatMarkersElements.ReceivedExtension |
from(Message message) |
String |
getElementName()
Returns the root element name.
|
String |
getId()
Get the id.
|
String |
getNamespace()
Returns the root element XML namespace.
|
CharSequence |
toXML()
Returns the XML representation of this Element.
|
public static final String ELEMENT
public ReceivedExtension(String id)
public String getElementName()
NamedElementgetElementName in interface NamedElementpublic String getNamespace()
ExtensionElementgetNamespace in interface ExtensionElementpublic CharSequence toXML()
Elementpublic static ChatMarkersElements.ReceivedExtension from(Message message)