Returns the fully qualified name of the node @return the fully qualified name of this node
()
| 807 | * @return the fully qualified name of this node |
| 808 | */ |
| 809 | public String getName() { |
| 810 | return getName(getNormalNamespacePrefix()); |
| 811 | } |
| 812 | |
| 813 | /** |
| 814 | * Returns the fully qualified name of the node |
no test coverage detected