Package | Description |
---|---|
org.jivesoftware.smackx.message_markup.element |
XEP-0394: Message Markup.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
MarkupElement.BlockLevelMarkupElement
Interface for block level child elements.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockQuoteElement |
class |
CodeBlockElement |
class |
ListElement |
class |
SpanElement |
Modifier and Type | Method and Description |
---|---|
List<MarkupElement.MarkupChildElement> |
MarkupElement.getChildElements()
Return a list of all child elements.
|
Constructor and Description |
---|
MarkupElement(List<MarkupElement.MarkupChildElement> childElements)
Create a new MarkupElement.
|