public static class ChatMarkersElements.MarkableExtension extends Object implements ExtensionElement
Modifier and Type | Field and Description |
---|---|
static String |
ELEMENT
markable element.
|
Constructor and Description |
---|
MarkableExtension() |
Modifier and Type | Method and Description |
---|---|
static ChatMarkersElements.MarkableExtension |
from(Message message) |
String |
getElementName()
Returns the root element name.
|
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 MarkableExtension()
public String getElementName()
NamedElement
getElementName
in interface NamedElement
public String getNamespace()
ExtensionElement
getNamespace
in interface ExtensionElement
public CharSequence toXML(String enclosingNamespace)
Element
public static ChatMarkersElements.MarkableExtension from(Message message)