Class DataFormsXmlElement

java.lang.Object
org.jivesoftware.smackx.xmlelement.element.DataFormsXmlElement
All Implemented Interfaces:
org.jivesoftware.smack.packet.Element, org.jivesoftware.smack.packet.NamedElement, org.jivesoftware.smack.packet.XmlElement, org.jivesoftware.smack.packet.XmlLangElement, org.jivesoftware.smackx.xdata.FormFieldChildElement

public class DataFormsXmlElement extends Object implements org.jivesoftware.smackx.xdata.FormFieldChildElement
  • Field Summary

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

    Constructors
    Constructor
    Description
    DataFormsXmlElement(org.jivesoftware.smack.packet.StandardExtensionElement payload)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    from(org.jivesoftware.smackx.xdata.FormField formField)
     
     
     
     
    org.jivesoftware.smack.util.XmlStringBuilder
    toXML(org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
     

    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.smackx.xdata.FormFieldChildElement

    checkConsistency, isExclusiveElement, mustBeOnlyOfHisKind, requiresNoTypeSet, validate

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

    getLanguage
  • Field Details

  • Constructor Details

    • DataFormsXmlElement

      public DataFormsXmlElement(org.jivesoftware.smack.packet.StandardExtensionElement payload)
  • Method Details

    • getQName

      public QName getQName()
      Specified by:
      getQName in interface org.jivesoftware.smack.packet.XmlElement
    • getElementName

      public String getElementName()
      Specified by:
      getElementName in interface org.jivesoftware.smack.packet.NamedElement
    • getNamespace

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

      public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment xmlEnvironment)
      Specified by:
      toXML in interface org.jivesoftware.smack.packet.Element
    • from

      public static DataFormsXmlElement from(org.jivesoftware.smackx.xdata.FormField formField)