Class AbstractHttpOverXmpp.Data

    • Constructor Detail

      • Data

        public Data​(NamedElement child)
        Creates Data element.
        Parameters:
        child - element nested by Data
    • Method Detail

      • toXML

        public XmlStringBuilder toXML​(XmlEnvironment enclosingNamespace)
        Returns string containing xml representation of this object.
        Returns:
        xml representation of this object
      • getChild

        public NamedElement getChild()
        Returns element nested by Data.
        Returns:
        element nested by Data
      • getElementName

        public java.lang.String getElementName()
        Description copied from interface: NamedElement
        Returns the root element name.
        Returns:
        the element name.