Returns the qualified name of this node. @return The qualified name
()
| 191 | * @return The qualified name |
| 192 | */ |
| 193 | public String getQName() { |
| 194 | return this.qName; |
| 195 | } |
| 196 | |
| 197 | /** |
| 198 | * Returns the local name of this node. |
no outgoing calls
no test coverage detected