public static class ChatMarkersElements.AcknowledgedExtension extends Object implements ExtensionElement
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT
acknowledged element.
|
| Constructor and Description |
|---|
AcknowledgedExtension(String id) |
| Modifier and Type | Method and Description |
|---|---|
static ChatMarkersElements.AcknowledgedExtension |
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(String enclosingNamespace)
Returns the XML representation of this Element.
|
public static final String ELEMENT
public AcknowledgedExtension(String id)
public String getElementName()
NamedElementgetElementName in interface NamedElementpublic String getNamespace()
ExtensionElementgetNamespace in interface ExtensionElementpublic CharSequence toXML(String enclosingNamespace)
Elementpublic static ChatMarkersElements.AcknowledgedExtension from(Message message)