{@inheritDoc}
(final Object object, final String attribute, final Object newValue)
| 321 | |
| 322 | /** {@inheritDoc} */ |
| 323 | @Override |
| 324 | public void setAttribute(final Object object, final String attribute, final Object newValue) { |
| 325 | ((Node) object).attributes().put(attribute, newValue); |
| 326 | } |
| 327 | |
| 328 | /** {@inheritDoc} */ |
| 329 | @Override |
no test coverage detected