{@inheritDoc} The current implementation just DomNode#normalize()s the document element.
()
| 226 | * The current implementation just {@link DomNode#normalize()}s the document element. |
| 227 | */ |
| 228 | @Override |
| 229 | public void normalizeDocument() { |
| 230 | getDocumentElement().normalize(); |
| 231 | } |
| 232 | |
| 233 | /** |
| 234 | * {@inheritDoc} |
nothing calls this directly
no test coverage detected