Class MarkupElement.NonEmptyChildElement
java.lang.Object
org.jivesoftware.smackx.message_markup.element.MarkupElement.MarkupChildElement
org.jivesoftware.smackx.message_markup.element.MarkupElement.NonEmptyChildElement
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
- Direct Known Subclasses:
ListElement
,SpanElement
- Enclosing class:
- MarkupElement
public abstract static class MarkupElement.NonEmptyChildElement
extends MarkupElement.MarkupChildElement
-
Field Summary
Fields inherited from class org.jivesoftware.smackx.message_markup.element.MarkupElement.MarkupChildElement
ATTR_END, ATTR_START, NAMESPACE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected final void
protected abstract void
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.NamedElement
getElementName
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Constructor Details
-
NonEmptyChildElement
-
-
Method Details
-
afterXmlPrelude
- Specified by:
afterXmlPrelude
in classMarkupElement.MarkupChildElement
-
appendInnerXml
-