{@inheritDoc}
()
| 664 | * {@inheritDoc} |
| 665 | */ |
| 666 | @Override |
| 667 | public NamedNodeMap getAttributes() { |
| 668 | return EMPTY_NAMED_NODE_MAP; |
| 669 | } |
| 670 | |
| 671 | /** |
| 672 | * <p>Returns {@code true} if this node is displayed and can be visible to the user |
no outgoing calls