Class CodeBlockElement

  • 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

    public class CodeBlockElement
    extends MarkupElement.BlockLevelMarkupElement
    • Constructor Detail

      • CodeBlockElement

        public CodeBlockElement​(int start,
                                int end)
        Create a new Code Block element.
        Parameters:
        start - start index
        end - end index
    • Method Detail

      • getElementName

        public java.lang.String getElementName()