Returns a Map of the attributes of the node or an empty Map if the node does not have any attributes. @return the attributes of the node
()
| 447 | * @return the attributes of the node |
| 448 | */ |
| 449 | public Map attributes() { |
| 450 | return attributes; |
| 451 | } |
| 452 | |
| 453 | /** |
| 454 | * Provides lookup of attributes by key. |
no outgoing calls
no test coverage detected