Method
name
Returns the name of the specified node. @param node node @return name
(final XNode node)
Source from the content-addressed store, hash-verified
| 30 | * @return name |
| 31 | */ |
| 32 | byte[] name(final XNode node) { |
| 33 | return node.name(); |
| 34 | } |
| 35 | } |
Tested by
no test coverage detected