Class UnknownJingleContentDescription
java.lang.Object
org.jivesoftware.smackx.jingle.element.JingleContentDescription
org.jivesoftware.smackx.jingle.element.UnknownJingleContentDescription
- All Implemented Interfaces:
Element, NamedElement, XmlElement, XmlLangElement
-
Field Summary
Fields inherited from class JingleContentDescription
ELEMENT -
Constructor Summary
ConstructorsConstructorDescriptionUnknownJingleContentDescription(StandardExtensionElement standardExtensionElement) -
Method Summary
Modifier and TypeMethodDescriptionReturns the root element name.Returns the root element XML namespace.toXML(XmlEnvironment enclosingXmlEnvironment) Methods inherited from class JingleContentDescription
addExtraAttributes, getJingleContentDescriptionChildrenMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface XmlElement
getLanguage, getQName
-
Constructor Details
-
UnknownJingleContentDescription
-
-
Method Details
-
getElementName
Description copied from interface:NamedElementReturns the root element name.- Specified by:
getElementNamein interfaceNamedElement- Overrides:
getElementNamein classJingleContentDescription- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElementReturns the root element XML namespace.- Returns:
- the namespace.
-
toXML
- Specified by:
toXMLin interfaceElement- Overrides:
toXMLin classJingleContentDescription
-
getStandardExtensionElement
-