Class MarkupElement.BlockLevelMarkupElement

  • All Implemented Interfaces:
    org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.ExtensionElement, org.jivesoftware.smack.packet.FullyQualifiedElement, org.jivesoftware.smack.packet.NamedElement, 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 Summary

      Constructors 
      Modifier Constructor Description
      protected BlockLevelMarkupElement​(int start, int end)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void afterXmlPrelude​(org.jivesoftware.smack.util.XmlStringBuilder xml)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.jivesoftware.smack.packet.Element

        toXML, toXML
      • Methods inherited from interface org.jivesoftware.smack.packet.FullyQualifiedElement

        getLanguage, getQName
      • Methods inherited from interface org.jivesoftware.smack.packet.NamedElement

        getElementName
    • Constructor Detail

      • BlockLevelMarkupElement

        protected BlockLevelMarkupElement​(int start,
                                          int end)