public interface Element
ExtensionElement
, but does not
carry a namespace and is usually included as child element of an stanza extension.Modifier and Type | Method and Description |
---|---|
java.lang.CharSequence |
toXML(java.lang.String enclosingNamespace)
Returns the XML representation of this Element.
|
java.lang.CharSequence toXML(java.lang.String enclosingNamespace)
enclosingNamespace
- the enclosing namespace or null
.