Gets the element's full name, which is returned as a String . @webref xml:method @webBrief Gets the element's full name @return the name, or null if the element only contains #PCDATA.
()
| 330 | * @return the name, or null if the element only contains #PCDATA. |
| 331 | */ |
| 332 | public String getName() { |
| 333 | // return name; |
| 334 | return node.getNodeName(); |
| 335 | } |
| 336 | |
| 337 | /** |
| 338 | * Sets the element's name, which is specified as a <b>String</b>. |
no outgoing calls
no test coverage detected