returns the (local) name of the element
()
| 128 | * returns the (local) name of the element */ |
| 129 | |
| 130 | public String getName() { |
| 131 | return name; |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * returns the namespace of the element */ |
no outgoing calls
no test coverage detected