Class MediaElement.Uri
- java.lang.Object
-
- org.jivesoftware.smackx.mediaelement.element.MediaElement.Uri
-
- All Implemented Interfaces:
Element,FullyQualifiedElement,NamedElement,XmlLangElement
- Enclosing class:
- MediaElement
public static final class MediaElement.Uri extends Object implements FullyQualifiedElement
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetElementName()Returns the root element name.StringgetNamespace()Returns the root element XML namespace.QNamegetQName()StringgetType()URIgetUri()XmlStringBuildertoXML(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.FullyQualifiedElement
getLanguage
-
-
-
-
Field Detail
-
ELEMENT
public static final String ELEMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getElementName
public String getElementName()
Description copied from interface:NamedElementReturns the root element name.- Specified by:
getElementNamein interfaceNamedElement- Returns:
- the element name.
-
getNamespace
public String getNamespace()
Description copied from interface:FullyQualifiedElementReturns the root element XML namespace.- Specified by:
getNamespacein interfaceFullyQualifiedElement- Returns:
- the namespace.
-
getQName
public QName getQName()
- Specified by:
getQNamein interfaceFullyQualifiedElement
-
toXML
public XmlStringBuilder toXML(XmlEnvironment xmlEnvironment)
-
-