Class BlockQuoteElement

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

public class BlockQuoteElement extends MarkupElement.BlockLevelMarkupElement
  • Field Details

  • Constructor Details

    • BlockQuoteElement

      public BlockQuoteElement(int start, int end)
      Create a new Block Quote element.
      Parameters:
      start - start index
      end - end index
  • Method Details

    • getElementName

      public String getElementName()