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