Sets the identifier this element. @param newId the new identifier of this element
(final String newId)
| 774 | * @param newId the new identifier of this element |
| 775 | */ |
| 776 | public final void setId(final String newId) { |
| 777 | setAttribute(ID_ATTRIBUTE, newId); |
| 778 | } |
| 779 | |
| 780 | /** |
| 781 | * Returns the first child element node of this element. null if this element has no child elements. |
nothing calls this directly
no test coverage detected