Interface NodeName
- All Known Implementing Classes:
NodeAttributes
,NodeList
,NodeValue
@NonNullByDefault
public interface NodeName
The
NodeName
interface defines common features for all Node
* classes.
Each Node
* class has to return its node name.
- Author:
- Michael Grammling - Initial contribution
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the node this object belongs to.
-
Method Details
-
getNodeName
String getNodeName()Returns the name of the node this object belongs to.- Returns:
- the name of the node this object belongs to (not empty)
-