Class MarkupElement.MarkupChildElement
java.lang.Object
org.jivesoftware.smackx.message_markup.element.MarkupElement.MarkupChildElement
- All Implemented Interfaces:
Element, ExtensionElement, NamedElement, XmlElement, XmlLangElement
- Direct Known Subclasses:
MarkupElement.BlockLevelMarkupElement, MarkupElement.NonEmptyChildElement
- Enclosing class:
MarkupElement
public abstract static class MarkupElement.MarkupChildElement
extends Object
implements ExtensionElement
Interface for child elements.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidfinal intgetEnd()Return the end index of this element.final StringReturns the root element XML namespace.final intgetStart()Return the start index of this element.final XmlStringBuildertoXML(XmlEnvironment enclosingNamespace) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NamedElement
getElementNameMethods inherited from interface XmlElement
getLanguage, getQName
-
Field Details
-
NAMESPACE
-
ATTR_START
- See Also:
-
ATTR_END
-
-
Constructor Details
-
MarkupChildElement
-
-
Method Details
-
getStart
-
getEnd
-
getNamespace
Description copied from interface:XmlElementReturns the root element XML namespace.- Specified by:
getNamespacein interfaceXmlElement- Returns:
- the namespace.
-
toXML
-
afterXmlPrelude
-