Class MarkupElement.BlockLevelMarkupElement
- java.lang.Object
-
- org.jivesoftware.smackx.message_markup.element.MarkupElement.MarkupChildElement
-
- org.jivesoftware.smackx.message_markup.element.MarkupElement.BlockLevelMarkupElement
-
- All Implemented Interfaces:
Element
,ExtensionElement
,FullyQualifiedElement
,NamedElement
,XmlLangElement
- Direct Known Subclasses:
BlockQuoteElement
,CodeBlockElement
- Enclosing class:
- MarkupElement
public abstract static class MarkupElement.BlockLevelMarkupElement extends MarkupElement.MarkupChildElement
Interface for block level child elements.
-
-
Field Summary
-
Fields inherited from class org.jivesoftware.smackx.message_markup.element.MarkupElement.MarkupChildElement
ATTR_END, ATTR_START
-
-
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(XmlStringBuilder xml)
-
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
-
Methods inherited from interface org.jivesoftware.smack.packet.NamedElement
getElementName
-
-
-
-
Constructor Detail
-
BlockLevelMarkupElement
protected BlockLevelMarkupElement(int start, int end)
-
-
Method Detail
-
afterXmlPrelude
protected final void afterXmlPrelude(XmlStringBuilder xml)
- Specified by:
afterXmlPrelude
in classMarkupElement.MarkupChildElement
-
-