--- /home/cpdev/src/classpath/gnu/xml/dom/html2/DomHTMLTableSectionElement.java	2005-07-02 21:03:15.000000000 +0000
+++ gnu/xml/dom/html2/DomHTMLTableSectionElement.java	2005-06-30 05:34:18.000000000 +0000
@@ -141,12 +141,7 @@
     for (Node ctx = getFirstChild(); ctx != null;
          ctx = ctx.getNextSibling())
       {
-        String name = ctx.getLocalName();
-        if (name == null)
-          {
-            name = ctx.getNodeName();
-          }
-        if (!"tr".equalsIgnoreCase(name))
+        if (!"tr".equalsIgnoreCase(ctx.getLocalName()))
           {
             continue;
           }
