Returns the text content of this node. @return The text content
()
| 370 | * @return The text content |
| 371 | */ |
| 372 | public String getText() { |
| 373 | return text; |
| 374 | } |
| 375 | |
| 376 | /** |
| 377 | * Returns the start mark (location) of this node. |
no outgoing calls
no test coverage detected