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
,FullyQualifiedElement
,NamedElement
,XmlLangElement
public class BlockQuoteElement extends MarkupElement.BlockLevelMarkupElement
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELEMENT
static javax.xml.namespace.QName
QNAME
-
Fields inherited from class org.jivesoftware.smackx.message_markup.element.MarkupElement.MarkupChildElement
ATTR_END, ATTR_START
-
-
Constructor Summary
Constructors Constructor Description BlockQuoteElement(int start, int end)
Create a new Block Quote element.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getElementName()
Returns the root element name.-
Methods inherited from class org.jivesoftware.smackx.message_markup.element.MarkupElement.BlockLevelMarkupElement
afterXmlPrelude
-
Methods inherited from class org.jivesoftware.smackx.message_markup.element.MarkupElement.MarkupChildElement
getEnd, getNamespace, getStart, toXML
-
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.FullyQualifiedElement
getLanguage, getQName
-
-
-
-
Field Detail
-
ELEMENT
public static final java.lang.String ELEMENT
- See Also:
- Constant Field Values
-
QNAME
public static final javax.xml.namespace.QName QNAME
-
-
Constructor Detail
-
BlockQuoteElement
public BlockQuoteElement(int start, int end)
Create a new Block Quote element.- Parameters:
start
- start indexend
- end index
-
-
Method Detail
-
getElementName
public java.lang.String getElementName()
Description copied from interface:NamedElement
Returns the root element name.- Returns:
- the element name.
-
-