[Top][All Lists]
[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
- [Bug xml/25906] New: TextNode.getChildNodes().getLength() should return 0,
stephan at apache dot org <=
- [Bug xml/25906] TextNode.getChildNodes().getLength() should return 0, stephan at apache dot org, 2006/01/21
- [Bug xml/25906] TextNode.getChildNodes().getLength() should return 0, mark at gcc dot gnu dot org, 2006/01/22
- [Bug xml/25906] TextNode.getChildNodes().getLength() should return 0, cvs-commit at developer dot classpath dot org, 2006/01/23
- [Bug xml/25906] TextNode.getChildNodes().getLength() should return 0, dog at gnu dot org, 2006/01/23
- [Bug xml/25906] TextNode.getChildNodes().getLength() should return 0, pinskia at gcc dot gnu dot org, 2006/01/23