{@inheritDoc}
()
| 96 | * {@inheritDoc} |
| 97 | */ |
| 98 | @Override |
| 99 | public String getWholeText() { |
| 100 | // I couldn't find a way to have a nearby EntityReference node (either sibling or parent) |
| 101 | // if this is found, have a look at xerces TextImpl. |
| 102 | return getNodeValue(); |
| 103 | } |
| 104 | |
| 105 | /** |
| 106 | * {@inheritDoc} |
no test coverage detected