public interface Mapped
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
getComment()
Gets the comment (JavaDoc, etc.) on an element.
|
String |
getName(String namespace)
Gets the mapped name of the element in the target namespace.
|
String |
getRawName(String namespace)
Gets an explicitly mapped name of the element in the target namespace.
|
String getName(String namespace)
namespace - the target namespaceString getRawName(String namespace)
May be empty if the target namespace inherits the name from another namespace.
namespace - the target namespace