class NodeNameExtractor
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private char |
delimiter |
private int |
nextUniqueInt |
| Constructor and Description |
|---|
NodeNameExtractor(char delimiter) |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.lang.String |
getName(Node node)
Returns a qualified name of the specified node.
|
java.lang.String getName(Node node)