Returns the full name (i.e. the name including an eventual namespace prefix) of the element. @webref xml:method @brief Gets the element's full name @return the name, or null if the element only contains #PCDATA.
()
| 324 | * @return the name, or null if the element only contains #PCDATA. |
| 325 | */ |
| 326 | public String getName() { |
| 327 | // return name; |
| 328 | return node.getNodeName(); |
| 329 | } |
| 330 | |
| 331 | /** |
| 332 | * @webref xml:method |
no outgoing calls
no test coverage detected