Class MarkupElement.BlockLevelMarkupElement

java.lang.Object
org.jivesoftware.smackx.message_markup.element.MarkupElement.MarkupChildElement
org.jivesoftware.smackx.message_markup.element.MarkupElement.BlockLevelMarkupElement
All Implemented Interfaces:
org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.ExtensionElement, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.XmlElement, org.jivesoftware.smack.packet.XmlLangElement
Direct Known Subclasses:
BlockQuoteElement, CodeBlockElement
Enclosing class:
MarkupElement

public abstract static class MarkupElement.BlockLevelMarkupElement extends MarkupElement.MarkupChildElement
Interface for block level child elements.
  • Constructor Details

    • BlockLevelMarkupElement

      protected BlockLevelMarkupElement(int start, int end)
  • Method Details