<td width="25" >1998</td>
이런 식의 태그는

Object[] objArray_Company = node.evaluateXPath("//td[@width='130']");

저런 값을 줘서 제거를 할수 있던데

<td width="25" height="25" align="center">1998</td>

태그값이 2개 이상인경우는 제거 하는법을 잘 모르겠습니다 ㅠㅠ

 <td width="25" align="center">&nbsp;</td>

그리고 같은 태그를 가질 경우 '&nbsp' 같은 특정한 문자열만 제거할수 없을까요?