Class MarkupElement.MarkupChildElement

java.lang.Object
org.jivesoftware.smackx.message_markup.element.MarkupElement.MarkupChildElement
All Implemented Interfaces:
org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.ExtensionElement, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.XmlElement, org.jivesoftware.smack.packet.XmlLangElement
Direct Known Subclasses:
MarkupElement.BlockLevelMarkupElement, MarkupElement.NonEmptyChildElement
Enclosing class:
MarkupElement

public abstract static class MarkupElement.MarkupChildElement extends Object implements org.jivesoftware.smack.packet.ExtensionElement
Interface for child elements.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    MarkupChildElement(int start, int end)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract void
    afterXmlPrelude(org.jivesoftware.smack.util.XmlStringBuilder xml)
     
    final int
    Return the end index of this element.
    final String
     
    final int
    Return the start index of this element.
    final org.jivesoftware.smack.util.XmlStringBuilder
    toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
     

    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.Element

    toXML, toXML

    Methods inherited from interface org.jivesoftware.smack.packet.NamedElement

    getElementName

    Methods inherited from interface org.jivesoftware.smack.packet.XmlElement

    getLanguage, getQName
  • Field Details

  • Constructor Details

    • MarkupChildElement

      protected MarkupChildElement(int start, int end)
  • Method Details

    • getStart

      public final int getStart()
      Return the start index of this element.
      Returns:
      start index
    • getEnd

      public final int getEnd()
      Return the end index of this element.
      Returns:
      end index
    • getNamespace

      public final String getNamespace()
      Specified by:
      getNamespace in interface org.jivesoftware.smack.packet.XmlElement
    • toXML

      public final org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
      Specified by:
      toXML in interface org.jivesoftware.smack.packet.Element
    • afterXmlPrelude

      protected abstract void afterXmlPrelude(org.jivesoftware.smack.util.XmlStringBuilder xml)