public abstract class JingleContentDescription extends Object implements ExtensionElement
Modifier | Constructor and Description |
---|---|
protected |
JingleContentDescription(List<? extends NamedElement> payloads) |
Modifier and Type | Method and Description |
---|---|
protected void |
addExtraAttributes(XmlStringBuilder xml) |
String |
getElementName()
Returns the root element name.
|
List<NamedElement> |
getJingleContentDescriptionChildren() |
XmlStringBuilder |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNamespace
public static final String ELEMENT
protected JingleContentDescription(List<? extends NamedElement> payloads)
public String getElementName()
NamedElement
getElementName
in interface NamedElement
public List<NamedElement> getJingleContentDescriptionChildren()
protected void addExtraAttributes(XmlStringBuilder xml)
public XmlStringBuilder toXML(String enclosingNamespace)
Element