Class MarkupElement.NonEmptyChildElement

  • All Implemented Interfaces:
    org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.ExtensionElement, org.jivesoftware.smack.packet.FullyQualifiedElement, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.XmlLangElement
    Direct Known Subclasses:
    ListElement, SpanElement
    Enclosing class:
    MarkupElement

    public abstract static class MarkupElement.NonEmptyChildElement
    extends MarkupElement.MarkupChildElement
    • Constructor Summary

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

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected void afterXmlPrelude​(org.jivesoftware.smack.util.XmlStringBuilder xml)  
      protected abstract void appendInnerXml​(org.jivesoftware.smack.util.XmlStringBuilder xml)  
      • 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.FullyQualifiedElement

        getLanguage, getQName
      • Methods inherited from interface org.jivesoftware.smack.packet.NamedElement

        getElementName
    • Constructor Detail

      • NonEmptyChildElement

        protected NonEmptyChildElement​(int start,
                                       int end)
    • Method Detail

      • appendInnerXml

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