public final class UnknownJingleContentDescription extends JingleContentDescription
ELEMENT
Constructor and Description |
---|
UnknownJingleContentDescription(StandardExtensionElement standardExtensionElement) |
Modifier and Type | Method and Description |
---|---|
String |
getElementName()
Returns the root element name.
|
String |
getNamespace()
Returns the root element XML namespace.
|
StandardExtensionElement |
getStandardExtensionElement() |
XmlStringBuilder |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
addExtraAttributes, getJingleContentDescriptionChildren
public UnknownJingleContentDescription(StandardExtensionElement standardExtensionElement)
public String getElementName()
NamedElement
getElementName
in interface NamedElement
getElementName
in class JingleContentDescription
public String getNamespace()
ExtensionElement
public XmlStringBuilder toXML(String enclosingNamespace)
Element
toXML
in interface Element
toXML
in class JingleContentDescription
enclosingNamespace
- the enclosing namespace or null
.public StandardExtensionElement getStandardExtensionElement()