public interface NamedElement extends Element
ExtensionElement, but does not carry a single
namespace, but instead is used with multiple namespaces. Examples for this include MUC's <destroy/> element.
Please note that usage of this interface is discouraged. The reason is that every XML element is fully
qualified, i.e., it is qualified by a namespace. The namespace may not be explicitly given, but instead, is inherited
from an outer element. Use FullyQualifiedElement instead when possible.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElementName()
Returns the root element name.
|