bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug xml/25906] New: TextNode.getChildNodes().getLength() should return


From: stephan at apache dot org
Subject: [Bug xml/25906] New: TextNode.getChildNodes().getLength() should return 0
Date: 21 Jan 2006 23:51:12 -0000

Hi,
I got some problems with the code of the Apache Axis project, which iterates
over
all DOM nodes to find specific elements. The problem, which occur, is that
the TextNodes return a NodeList with the length greater than zero but
no containing elements. The result is that I got a NPE, because
NodeList.getItem() returns null.


-- 
           Summary: TextNode.getChildNodes().getLength() should return 0
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: xml
        AssignedTo: dog at gnu dot org
        ReportedBy: stephan at apache dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25906





reply via email to

[Prev in Thread] Current Thread [Next in Thread]