Class BlockQuoteElement
java.lang.Object
org.jivesoftware.smackx.message_markup.element.MarkupElement.MarkupChildElement
org.jivesoftware.smackx.message_markup.element.MarkupElement.BlockLevelMarkupElement
org.jivesoftware.smackx.message_markup.element.BlockQuoteElement
- All Implemented Interfaces:
Element,ExtensionElement,NamedElement,XmlElement,XmlLangElement
-
Field Summary
FieldsFields inherited from class org.jivesoftware.smackx.message_markup.element.MarkupElement.MarkupChildElement
ATTR_END, ATTR_START, NAMESPACE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jivesoftware.smackx.message_markup.element.MarkupElement.BlockLevelMarkupElement
afterXmlPreludeMethods inherited from class org.jivesoftware.smackx.message_markup.element.MarkupElement.MarkupChildElement
getEnd, getNamespace, getStart, toXMLMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
- See Also:
-
QNAME
-
-
Constructor Details
-
BlockQuoteElement
Create a new Block Quote element.- Parameters:
start- start indexend- end index
-
-
Method Details
-
getElementName
Description copied from interface:NamedElementReturns the root element name.- Returns:
- the element name.
-